mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
Bump omniauth from 1.9.2 to 2.0.0
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.2 to 2.0.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.2...v2.0.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2d83e7a7f5
commit
59b28bacd5
2
Gemfile
2
Gemfile
@ -63,7 +63,7 @@ gem 'pg_search'
|
|||||||
|
|
||||||
# authentication
|
# authentication
|
||||||
gem 'devise', '>= 4.6.0'
|
gem 'devise', '>= 4.6.0'
|
||||||
gem 'omniauth', '~> 1.9.2'
|
gem 'omniauth', '~> 2.0.0'
|
||||||
gem 'omniauth-oauth2'
|
gem 'omniauth-oauth2'
|
||||||
gem 'omniauth_openid_connect'
|
gem 'omniauth_openid_connect'
|
||||||
gem 'omniauth-rails_csrf_protection', '~> 0.1'
|
gem 'omniauth-rails_csrf_protection', '~> 0.1'
|
||||||
|
16
Gemfile.lock
16
Gemfile.lock
@ -243,17 +243,17 @@ GEM
|
|||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
rack (>= 1.2, < 3)
|
rack (>= 1.2, < 3)
|
||||||
oj (3.10.5)
|
oj (3.10.5)
|
||||||
omniauth (1.9.2)
|
omniauth (2.0.0)
|
||||||
hashie (>= 3.4.6)
|
hashie (>= 3.4.6)
|
||||||
rack (>= 1.6.2, < 3)
|
rack (>= 1.6.2, < 3)
|
||||||
omniauth-oauth2 (1.6.0)
|
rack-protection
|
||||||
oauth2 (~> 1.1)
|
omniauth-oauth2 (1.8.0)
|
||||||
omniauth (~> 1.9)
|
oauth2 (>= 1.4, < 3)
|
||||||
|
omniauth (~> 2.0)
|
||||||
omniauth-rails_csrf_protection (0.1.2)
|
omniauth-rails_csrf_protection (0.1.2)
|
||||||
actionpack (>= 4.2)
|
actionpack (>= 4.2)
|
||||||
omniauth (>= 1.3.1)
|
omniauth (>= 1.3.1)
|
||||||
omniauth_openid_connect (0.4.0)
|
omniauth_openid_connect (0.6.1)
|
||||||
addressable (~> 2.5)
|
|
||||||
omniauth (>= 1.9, < 3)
|
omniauth (>= 1.9, < 3)
|
||||||
openid_connect (~> 1.1)
|
openid_connect (~> 1.1)
|
||||||
openid_connect (1.3.0)
|
openid_connect (1.3.0)
|
||||||
@ -306,6 +306,8 @@ GEM
|
|||||||
httpclient
|
httpclient
|
||||||
json-jwt (>= 1.11.0)
|
json-jwt (>= 1.11.0)
|
||||||
rack (>= 2.1.0)
|
rack (>= 2.1.0)
|
||||||
|
rack-protection (3.0.5)
|
||||||
|
rack
|
||||||
rack-proxy (0.7.6)
|
rack-proxy (0.7.6)
|
||||||
rack
|
rack
|
||||||
rack-test (2.0.2)
|
rack-test (2.0.2)
|
||||||
@ -528,7 +530,7 @@ DEPENDENCIES
|
|||||||
mini_magick
|
mini_magick
|
||||||
minitest-reporters
|
minitest-reporters
|
||||||
oj
|
oj
|
||||||
omniauth (~> 1.9.2)
|
omniauth (~> 2.0.0)
|
||||||
omniauth-oauth2
|
omniauth-oauth2
|
||||||
omniauth-rails_csrf_protection (~> 0.1)
|
omniauth-rails_csrf_protection (~> 0.1)
|
||||||
omniauth_openid_connect
|
omniauth_openid_connect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user