diff --git a/Gemfile b/Gemfile index 42a1040c80..9e19b81431 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'jwt' gem 'mini_magick', '>= 4.9.5' gem 'omniauth', '~> 2.1.2' gem 'omniauth_openid_connect', '>= 0.6.1' -gem 'omniauth-rails_csrf_protection', '~> 1.0.1' +gem 'omniauth-rails_csrf_protection', '~> 1.0.2' gem 'pagy', '~> 6.0', '>= 6.0.0' gem 'pg' gem 'puma', '~> 5.6' diff --git a/Gemfile.lock b/Gemfile.lock index d90a57f88d..86bfec749b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,7 +286,7 @@ GEM hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-rails_csrf_protection (1.0.1) + omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) omniauth_openid_connect (0.7.1) @@ -529,7 +529,7 @@ DEPENDENCIES lograge (~> 0.14.0) mini_magick (>= 4.9.5) omniauth (~> 2.1.2) - omniauth-rails_csrf_protection (~> 1.0.1) + omniauth-rails_csrf_protection (~> 1.0.2) omniauth_openid_connect (>= 0.6.1) pagy (~> 6.0, >= 6.0.0) pg