diff --git a/Gemfile b/Gemfile index 8e65b56..f8a6495 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem 'resque', '~> 2.6' # For authentication gem 'devise', '~> 4.9' gem 'omniauth', '~> 2.1' -gem 'omniauth-rails_csrf_protection', '~> 1.0' +gem 'omniauth-rails_csrf_protection', '~> 2.0' # gem 'omniauth-cul', '~> 0.2.0' gem 'omniauth-cul', git: 'https://github.com/cul/omniauth-cul', ref: 'improved-implementation' diff --git a/Gemfile.lock b/Gemfile.lock index 5a6f445..dfe0a5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,7 +217,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) orm_adapter (0.5.0) @@ -236,7 +236,7 @@ GEM puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.3) + rack (3.2.4) rack-protection (4.2.1) base64 (>= 0.1.0) logger (>= 1.6.0) @@ -443,7 +443,7 @@ DEPENDENCIES nokogiri (~> 1.18, >= 1.18.10) omniauth (~> 2.1) omniauth-cul! - omniauth-rails_csrf_protection (~> 1.0) + omniauth-rails_csrf_protection (~> 2.0) puma (>= 5.0) rails (~> 8.0.2) rainbow (~> 3.0)