Update omniauth-rails_csrf_protection to 2.0.1
This resolves a deprecation warning for its usage of `ActiveSupport::Configurable`.
This commit is contained in:
parent
59d1f5bae8
commit
56bb87f54f
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -25,7 +25,7 @@ gem 'turbo-rails', '~> 2.0'
|
|||
gem 'devise', '~> 4.9', '>= 4.9.2'
|
||||
gem 'devise-encryptable', '~> 0.2.0'
|
||||
gem 'omniauth', '~> 2.1'
|
||||
gem 'omniauth-rails_csrf_protection', '~> 1.0'
|
||||
gem 'omniauth-rails_csrf_protection', '~> 2.0', '>= 2.0.1'
|
||||
gem "omniauth_openid_connect", "~> 0.7.1"
|
||||
|
||||
# For pagination UI.
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ GEM
|
|||
logger
|
||||
rack (>= 2.2.3)
|
||||
rack-protection
|
||||
omniauth-rails_csrf_protection (1.0.2)
|
||||
omniauth-rails_csrf_protection (2.0.1)
|
||||
actionpack (>= 4.2)
|
||||
omniauth (~> 2.0)
|
||||
omniauth_openid_connect (0.7.1)
|
||||
|
|
@ -561,7 +561,7 @@ DEPENDENCIES
|
|||
mysql2 (~> 0.5.5)
|
||||
nokogiri (~> 1.15, >= 1.15.3)
|
||||
omniauth (~> 2.1)
|
||||
omniauth-rails_csrf_protection (~> 1.0)
|
||||
omniauth-rails_csrf_protection (~> 2.0, >= 2.0.1)
|
||||
omniauth_openid_connect (~> 0.7.1)
|
||||
rack-attack (~> 6.7)
|
||||
rack-mini-profiler (~> 3.1)
|
||||
|
|
|
|||
Binary file not shown.
BIN
vendor/cache/omniauth-rails_csrf_protection-2.0.1.gem
vendored
Normal file
BIN
vendor/cache/omniauth-rails_csrf_protection-2.0.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue