Skip to content

Commit

Permalink
Upgrade omniauth, omniauth-cas, and omniauth-rails_csrf_protection ge…
Browse files Browse the repository at this point in the history
…ms (#4032)
  • Loading branch information
sandbergja committed Jun 6, 2024
1 parent aeb42a2 commit bc44f23
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.5.0)
sshkit (>= 1.6.1, != 1.7.0)
Expand Down Expand Up @@ -375,16 +375,17 @@ GEM
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
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)
omniauth-rails_csrf_protection (0.1.2)
rack (>= 2.2.3)
rack-protection
omniauth-cas (3.0.0)
addressable (~> 2.8)
nokogiri (~> 1.12)
omniauth (~> 2.1)
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (>= 1.3.1)
omniauth (~> 2.0)
openurl (1.0.0)
marc
scrub_rb (~> 1.0)
Expand Down Expand Up @@ -412,6 +413,9 @@ GEM
rack (>= 1.0, < 4)
rack-mini-profiler (3.1.1)
rack (>= 1.2.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-proxy (0.7.7)
rack
rack-test (2.1.0)
Expand Down

0 comments on commit bc44f23

Please sign in to comment.