Skip to content

Commit 41aad6d

Browse files
authored
Merge pull request #713 from griffithlab/dependabot/bundler/omniauth-1.9.2
Bump omniauth from 1.9.0 to 1.9.2
2 parents 57bc9be + fe20911 commit 41aad6d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gem 'sidekiq-cron', '~> 1.1.0'
3131

3232
gem 'airbrake', '~> 10.0.5'
3333

34-
gem 'omniauth', '~> 1.9.0'
34+
gem 'omniauth', '~> 1.9.2'
3535
gem 'omniauth-github', '~> 1.4.0'
3636
gem 'omniauth-google-oauth2', '~> 0.7.0'
3737
gem 'omniauth-orcid', '~> 2.1.1'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ GEM
155155
has_scope (0.7.2)
156156
actionpack (>= 4.1)
157157
activesupport (>= 4.1)
158-
hashie (3.6.0)
158+
hashie (5.0.0)
159159
htmlentities (4.3.4)
160160
i18n (1.8.10)
161161
concurrent-ruby (~> 1.0)
@@ -223,8 +223,8 @@ GEM
223223
multi_xml (~> 0.5)
224224
rack (>= 1.2, < 3)
225225
obo (0.1.5)
226-
omniauth (1.9.0)
227-
hashie (>= 3.4.6, < 3.7.0)
226+
omniauth (1.9.2)
227+
hashie (>= 3.4.6)
228228
rack (>= 1.6.2, < 3)
229229
omniauth-github (1.4.0)
230230
omniauth (~> 1.5)
@@ -263,7 +263,7 @@ GEM
263263
activesupport (>= 3.0.0)
264264
raabro (1.1.6)
265265
racc (1.6.0)
266-
rack (2.2.3.1)
266+
rack (2.2.4)
267267
rack-attack (6.0.0)
268268
rack (>= 1.0, < 3)
269269
rack-cors (1.0.6)
@@ -427,7 +427,7 @@ DEPENDENCIES
427427
multi_json (~> 1.10.1)
428428
nokogiri (~> 1.13.6)
429429
obo (~> 0.1.5)
430-
omniauth (~> 1.9.0)
430+
omniauth (~> 1.9.2)
431431
omniauth-github (~> 1.4.0)
432432
omniauth-google-oauth2 (~> 0.7.0)
433433
omniauth-orcid (~> 2.1.1)

0 commit comments

Comments
 (0)