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.1.0'
82
82
Original file line number Diff line number Diff line change 101
101
concurrent-ruby (1.3.5 )
102
102
connection_pool (2.5.0 )
103
103
crass (1.0.6 )
104
- csv (3.3.0 )
104
+ csv (3.3.3 )
105
105
date (3.4.1 )
106
106
debug (1.10.0 )
107
107
irb (~> 1.10 )
117
117
globalid (1.2.1 )
118
118
activesupport (>= 6.1 )
119
119
hashie (5.0.0 )
120
- httparty (0.22.0 )
120
+ httparty (0.23.1 )
121
121
csv
122
122
mini_mime (>= 1.0.0 )
123
123
multi_xml (>= 0.5.2 )
@@ -299,7 +299,7 @@ DEPENDENCIES
299
299
bootsnap
300
300
capybara
301
301
debug
302
- httparty (~> 0.22.0 )
302
+ httparty (~> 0.23.1 )
303
303
importmap-rails
304
304
jbuilder
305
305
omniauth-oauth2 (~> 1.8.0 )
You can’t perform that action at this time.
0 commit comments