Skip to content

Commit

Permalink
Pin omniauth-cas to 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
leefaisonr committed May 24, 2024
1 parent 91c68b4 commit 5ec0f05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ gem "vite_ruby"
gem "sul_orcid_client"

# Single sign on
# Note that as of March 2024, upgrading to omniauth-cas 3.x will break authentication
gem "devise"
gem "omniauth-cas", "~> 2.0.0"
gem "omniauth-cas", "~> 3.0"

group :development, :test do
gem "bixby"
Expand Down
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,14 @@ GEM
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
omniauth (1.9.2)
omniauth (2.1.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-cas (2.0.0)
addressable (~> 2.3)
nokogiri (~> 1.5)
omniauth (~> 1.2)
rack (>= 2.2.3)
rack-protection
omniauth-cas (3.0.0)
addressable (~> 2.8)
nokogiri (~> 1.12)
omniauth (~> 2.1)
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
Expand All @@ -321,6 +322,9 @@ GEM
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.8.1)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-proxy (0.7.7)
rack
rack-session (1.0.2)
Expand Down Expand Up @@ -516,7 +520,7 @@ DEPENDENCIES
isni
jbuilder
oauth2 (~> 2.0.x)
omniauth-cas (~> 2.0.0)
omniauth-cas (~> 3.0)
omniauth-orcid
pg
puma (= 5.6.8)
Expand Down

0 comments on commit 5ec0f05

Please sign in to comment.