Skip to content

Commit

Permalink
Bump omniauth and omniauth-cas
Browse files Browse the repository at this point in the history
Bumps [omniauth](https://github.com/omniauth/omniauth) and [omniauth-cas](https://github.com/dlindahl/omniauth-cas). These dependencies needed to be updated together.

Updates `omniauth` from 1.9.2 to 2.1.2
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](omniauth/omniauth@v1.9.2...v2.1.2)

Updates `omniauth-cas` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/dlindahl/omniauth-cas/releases)
- [Changelog](https://github.com/dlindahl/omniauth-cas/blob/master/CHANGELOG.md)
- [Commits](dlindahl/omniauth-cas@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: omniauth
  dependency-type: direct:production
- dependency-name: omniauth-cas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent e236c3d commit afb6c2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'geoblacklight', '~> 4.1.1'
gem 'importmap-rails'
gem 'jbuilder'
gem 'jquery-rails'
gem 'omniauth', '< 2.0'
gem 'omniauth', '< 3.0'
gem 'omniauth-cas'
gem 'pg', '~> 1.4.6'
gem 'puma', '~> 6.4.1'
Expand Down
20 changes: 12 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,14 @@ GEM
racc (~> 1.4)
oj (3.16.3)
bigdecimal (>= 3.0)
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)
orm_adapter (0.5.0)
ostruct (0.6.0)
ougai (1.9.1)
Expand All @@ -291,11 +292,14 @@ GEM
popper_js (1.16.1)
psych (5.1.2)
stringio
public_suffix (5.0.4)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.9)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rack-timeout (0.6.3)
Expand Down Expand Up @@ -491,7 +495,7 @@ DEPENDENCIES
importmap-rails
jbuilder
jquery-rails
omniauth (< 2.0)
omniauth (< 3.0)
omniauth-cas
pg (~> 1.4.6)
puma (~> 6.4.1)
Expand Down

0 comments on commit afb6c2d

Please sign in to comment.