diff --git a/Gemfile b/Gemfile index c46ffd36..c27a0d68 100644 --- a/Gemfile +++ b/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. diff --git a/Gemfile.lock b/Gemfile.lock index 65073de0..2a78ea01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/omniauth-rails_csrf_protection-1.0.2.gem b/vendor/cache/omniauth-rails_csrf_protection-1.0.2.gem deleted file mode 100644 index 09b79f22..00000000 Binary files a/vendor/cache/omniauth-rails_csrf_protection-1.0.2.gem and /dev/null differ diff --git a/vendor/cache/omniauth-rails_csrf_protection-2.0.1.gem b/vendor/cache/omniauth-rails_csrf_protection-2.0.1.gem new file mode 100644 index 00000000..2217f9e0 Binary files /dev/null and b/vendor/cache/omniauth-rails_csrf_protection-2.0.1.gem differ