Skip to content

Commit 0b75127

Browse files
Merge pull request #227 from microsoftgraph/dependabot/bundler/graph-sample/httparty-0.23.1
Bump httparty from 0.22.0 to 0.23.1 in /graph-sample
2 parents daac23c + 7c76aa6 commit 0b75127

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.2.0'
8282

graph-sample/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GEM
100100
concurrent-ruby (1.3.5)
101101
connection_pool (2.5.0)
102102
crass (1.0.6)
103-
csv (3.3.0)
103+
csv (3.3.3)
104104
date (3.4.1)
105105
debug (1.10.0)
106106
irb (~> 1.10)
@@ -116,7 +116,7 @@ GEM
116116
globalid (1.2.1)
117117
activesupport (>= 6.1)
118118
hashie (5.0.0)
119-
httparty (0.22.0)
119+
httparty (0.23.1)
120120
csv
121121
mini_mime (>= 1.0.0)
122122
multi_xml (>= 0.5.2)
@@ -297,7 +297,7 @@ DEPENDENCIES
297297
bootsnap
298298
capybara
299299
debug
300-
httparty (~> 0.22.0)
300+
httparty (~> 0.23.1)
301301
importmap-rails
302302
jbuilder
303303
omniauth-oauth2 (~> 1.8.0)

0 commit comments

Comments
 (0)