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:
Emi Matchu 2026-01-17 21:32:53 -08:00
parent 59d1f5bae8
commit 56bb87f54f
4 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ gem 'turbo-rails', '~> 2.0'
gem 'devise', '~> 4.9', '>= 4.9.2' gem 'devise', '~> 4.9', '>= 4.9.2'
gem 'devise-encryptable', '~> 0.2.0' gem 'devise-encryptable', '~> 0.2.0'
gem 'omniauth', '~> 2.1' 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" gem "omniauth_openid_connect", "~> 0.7.1"
# For pagination UI. # For pagination UI.

View file

@ -273,7 +273,7 @@ GEM
logger logger
rack (>= 2.2.3) rack (>= 2.2.3)
rack-protection rack-protection
omniauth-rails_csrf_protection (1.0.2) omniauth-rails_csrf_protection (2.0.1)
actionpack (>= 4.2) actionpack (>= 4.2)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth_openid_connect (0.7.1) omniauth_openid_connect (0.7.1)
@ -561,7 +561,7 @@ DEPENDENCIES
mysql2 (~> 0.5.5) mysql2 (~> 0.5.5)
nokogiri (~> 1.15, >= 1.15.3) nokogiri (~> 1.15, >= 1.15.3)
omniauth (~> 2.1) omniauth (~> 2.1)
omniauth-rails_csrf_protection (~> 1.0) omniauth-rails_csrf_protection (~> 2.0, >= 2.0.1)
omniauth_openid_connect (~> 0.7.1) omniauth_openid_connect (~> 0.7.1)
rack-attack (~> 6.7) rack-attack (~> 6.7)
rack-mini-profiler (~> 3.1) rack-mini-profiler (~> 3.1)

Binary file not shown.