Skip to content

Commit

Permalink
Bump omniauth from 1.9.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.2 to 2.0.0.
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](omniauth/omniauth@v1.9.2...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2023
1 parent 4bcc0a4 commit d10f288
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'passenger', "~> 6.0"
gem 'ajax-datatables-rails', "~> 1.4"

# Use OmniAuth to support any type of auth
gem 'omniauth', "~> 1.9"
gem 'omniauth', "~> 2.0"
gem 'omniauth-shibboleth', "~> 1.1"
gem 'omniauth-shibboleth-passive', "~> 0.1"

Expand Down
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
multipart-post (2.2.3)
mysql2 (0.5.4)
Expand All @@ -278,15 +277,17 @@ GEM
net-protocol
net-ssh (7.0.1)
nio4r (2.5.8)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
omniauth (1.9.2)
omniauth (2.0.0)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
rack-protection
omniauth-shibboleth (1.1.2)
omniauth (>= 1.0.0)
omniauth-shibboleth-passive (0.1.0)
Expand Down Expand Up @@ -314,7 +315,9 @@ GEM
pundit (2.3.0)
activesupport (>= 3.0.0)
racc (1.6.2)
rack (2.2.5)
rack (2.2.6.2)
rack-protection (3.0.5)
rack
rack-proxy (0.7.4)
rack
rack-test (2.0.2)
Expand Down Expand Up @@ -440,8 +443,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.5.4)
mini_portile2 (~> 2.8.0)
sqlite3 (1.5.4-arm64-darwin)
sqlite3 (1.5.4-x86_64-linux)
sshkit (1.21.3)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
Expand Down Expand Up @@ -518,7 +521,7 @@ DEPENDENCIES
lograge (~> 0.11)
mysql2 (~> 0.5)
net-ldap (~> 0.16)
omniauth (~> 1.9)
omniauth (~> 2.0)
omniauth-shibboleth (~> 1.1)
omniauth-shibboleth-passive (~> 0.1)
paper_trail (~> 14.0)
Expand Down

0 comments on commit d10f288

Please sign in to comment.