Skip to content

Commit de56f91

Browse files
authored
Use omniauthv2-shibboleth for omniauth v2 compat (#1934)
Use omniauth-shibboleth-redux For compatibility with omniauth v2, use a forked version of the otherwise unmaintained omniauth-shibboleth gem
1 parent b57f517 commit de56f91

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gem 'devise', '>=4.5.0'
5959
gem 'omniauth', '>=1.2.2'
6060
gem 'omniauth-facebook', '>=2.0.0'
6161
gem 'omniauth-google-oauth2', '>=0.2.5'
62-
gem 'omniauth-shibboleth', '>=1.1.2'
62+
gem 'omniauth-shibboleth-redux', '~> 2.0', require: 'omniauth-shibboleth'
6363

6464
# OAuth2 authentication
6565
gem 'oauth2'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ GEM
250250
omniauth-oauth2 (1.7.3)
251251
oauth2 (>= 1.4, < 3)
252252
omniauth (>= 1.9, < 3)
253-
omniauth-shibboleth (1.3.0)
254-
omniauth (>= 1.0.0)
253+
omniauth-shibboleth-redux (2.0.0)
254+
omniauth (>= 2.0.0)
255255
orm_adapter (0.5.0)
256256
overcommit (0.59.1)
257257
childprocess (>= 0.6.3, < 5)
@@ -272,7 +272,7 @@ GEM
272272
pdf-reader (~> 1.2)
273273
ruby-rc4
274274
ttfunk (~> 1.0.3)
275-
psych (4.0.4)
275+
psych (5.1.0)
276276
stringio
277277
public_suffix (4.0.7)
278278
racc (1.7.0)
@@ -394,7 +394,7 @@ GEM
394394
sqlite3 (1.5.1-arm64-darwin)
395395
sqlite3 (1.5.1-x86_64-darwin)
396396
sqlite3 (1.5.1-x86_64-linux)
397-
stringio (3.0.2)
397+
stringio (3.0.7)
398398
terser (1.1.11)
399399
execjs (>= 0.3.0, < 3)
400400
thin (1.8.1)
@@ -478,7 +478,7 @@ DEPENDENCIES
478478
omniauth (>= 1.2.2)
479479
omniauth-facebook (>= 2.0.0)
480480
omniauth-google-oauth2 (>= 0.2.5)
481-
omniauth-shibboleth (>= 1.1.2)
481+
omniauth-shibboleth-redux (~> 2.0)
482482
overcommit
483483
populator (>= 1.0.0)
484484
prawn (= 0.13.0)
@@ -509,4 +509,4 @@ RUBY VERSION
509509
ruby 2.7.7p221
510510

511511
BUNDLED WITH
512-
2.4.12
512+
2.4.14

0 commit comments

Comments
 (0)