Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 4d69a46

Browse files
Bump omniauth from 1.7.1 to 1.9.0
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.7.1 to 1.9.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](omniauth/omniauth@v1.7.1...v1.9.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d396336 commit 4d69a46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'pg', '~> 0.18.2'
1919
gem 'activerecord-postgresql-adapter'
2020

2121
gem 'devise', '~> 3.5.5'
22-
gem 'omniauth', '~> 1.7.1' # 1.2.2 breaks test sign_in
22+
gem 'omniauth', '~> 1.9.0' # 1.2.2 breaks test sign_in
2323
gem 'omniauth-shibboleth', '~> 1.2.1'
2424
gem 'equivalent-xml', '~> 0.6.0'
2525

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ GEM
162162
ffi (1.11.1)
163163
globalid (0.4.2)
164164
activesupport (>= 4.2.0)
165-
hashie (3.5.6)
165+
hashie (3.6.0)
166166
hike (1.2.3)
167167
honeycomb-beeline (0.8.0)
168168
activerecord-honeycomb (>= 0.4.0)
@@ -262,8 +262,8 @@ GEM
262262
mediashelf-loggable
263263
nokogiri (>= 1.4.2)
264264
solrizer (~> 3.1.0)
265-
omniauth (1.7.1)
266-
hashie (>= 3.4.6, < 3.6.0)
265+
omniauth (1.9.0)
266+
hashie (>= 3.4.6, < 3.7.0)
267267
rack (>= 1.6.2, < 3)
268268
omniauth-shibboleth (1.2.1)
269269
omniauth (>= 1.0.0)
@@ -492,7 +492,7 @@ DEPENDENCIES
492492
logstash-event (= 1.2.02)
493493
minitest (~> 5.10.2)
494494
nokogiri (= 1.10.3)
495-
omniauth (~> 1.7.1)
495+
omniauth (~> 1.9.0)
496496
omniauth-shibboleth (~> 1.2.1)
497497
pg (~> 0.18.2)
498498
poltergeist (= 1.15.0)

0 commit comments

Comments
 (0)