File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ gem 'omniauth-oauth2', '~> 1.8.0'
76
76
# OmniAuth CSRF protection
77
77
gem 'omniauth-rails_csrf_protection' , '~> 1.0.2'
78
78
# REST calls to Microsoft Graph
79
- gem 'httparty' , '~> 0.22.0 '
79
+ gem 'httparty' , '~> 0.23.1 '
80
80
# Session storage in database
81
81
gem 'activerecord-session_store' , '~> 2.2.0'
82
82
Original file line number Diff line number Diff line change 100
100
concurrent-ruby (1.3.5 )
101
101
connection_pool (2.5.0 )
102
102
crass (1.0.6 )
103
- csv (3.3.0 )
103
+ csv (3.3.3 )
104
104
date (3.4.1 )
105
105
debug (1.10.0 )
106
106
irb (~> 1.10 )
116
116
globalid (1.2.1 )
117
117
activesupport (>= 6.1 )
118
118
hashie (5.0.0 )
119
- httparty (0.22.0 )
119
+ httparty (0.23.1 )
120
120
csv
121
121
mini_mime (>= 1.0.0 )
122
122
multi_xml (>= 0.5.2 )
@@ -297,7 +297,7 @@ DEPENDENCIES
297
297
bootsnap
298
298
capybara
299
299
debug
300
- httparty (~> 0.22.0 )
300
+ httparty (~> 0.23.1 )
301
301
importmap-rails
302
302
jbuilder
303
303
omniauth-oauth2 (~> 1.8.0 )
You can’t perform that action at this time.
0 commit comments