Skip to content

Commit 46f2322

Browse files
Merge pull request #159 from microsoftgraph/dependabot/bundler/graph-sample/httparty-0.22.0
Bump httparty from 0.21.0 to 0.22.0 in /graph-sample
2 parents 55ee8ba + 1bceb87 commit 46f2322

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

graph-sample/Gemfile

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

graph-sample/Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ GEM
103103
concurrent-ruby (1.2.3)
104104
connection_pool (2.4.1)
105105
crass (1.0.6)
106+
csv (3.3.0)
106107
date (3.3.4)
107108
debug (1.9.2)
108109
irb (~> 1.10)
@@ -116,7 +117,8 @@ GEM
116117
globalid (1.2.1)
117118
activesupport (>= 6.1)
118119
hashie (5.0.0)
119-
httparty (0.21.0)
120+
httparty (0.22.0)
121+
csv
120122
mini_mime (>= 1.0.0)
121123
multi_xml (>= 0.5.2)
122124
i18n (1.14.4)
@@ -147,7 +149,8 @@ GEM
147149
minitest (5.22.3)
148150
msgpack (1.7.2)
149151
multi_json (1.15.0)
150-
multi_xml (0.6.0)
152+
multi_xml (0.7.1)
153+
bigdecimal (~> 3.1)
151154
mutex_m (0.2.0)
152155
net-imap (0.4.10)
153156
date
@@ -285,7 +288,7 @@ DEPENDENCIES
285288
bootsnap
286289
capybara
287290
debug
288-
httparty (~> 0.21.0)
291+
httparty (~> 0.22.0)
289292
importmap-rails
290293
jbuilder
291294
omniauth-oauth2 (~> 1.8.0)

0 commit comments

Comments
 (0)