Skip to content

Commit 7c76aa6

Browse files
Bump httparty from 0.22.0 to 0.23.1 in /graph-sample
Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.22.0 to 0.23.1. - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](jnunemaker/httparty@v0.22.0...v0.23.1) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebc6e81 commit 7c76aa6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

graph-sample/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ gem 'omniauth-oauth2', '~> 1.8.0'
7676
# OmniAuth CSRF protection
7777
gem 'omniauth-rails_csrf_protection', '~> 1.0.2'
7878
# REST calls to Microsoft Graph
79-
gem 'httparty', '~> 0.22.0'
79+
gem 'httparty', '~> 0.23.1'
8080
# Session storage in database
8181
gem 'activerecord-session_store', '~> 2.1.0'
8282

graph-sample/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ GEM
101101
concurrent-ruby (1.3.5)
102102
connection_pool (2.5.0)
103103
crass (1.0.6)
104-
csv (3.3.0)
104+
csv (3.3.3)
105105
date (3.4.1)
106106
debug (1.10.0)
107107
irb (~> 1.10)
@@ -117,7 +117,7 @@ GEM
117117
globalid (1.2.1)
118118
activesupport (>= 6.1)
119119
hashie (5.0.0)
120-
httparty (0.22.0)
120+
httparty (0.23.1)
121121
csv
122122
mini_mime (>= 1.0.0)
123123
multi_xml (>= 0.5.2)
@@ -299,7 +299,7 @@ DEPENDENCIES
299299
bootsnap
300300
capybara
301301
debug
302-
httparty (~> 0.22.0)
302+
httparty (~> 0.23.1)
303303
importmap-rails
304304
jbuilder
305305
omniauth-oauth2 (~> 1.8.0)

0 commit comments

Comments
 (0)