diff --git a/Gemfile b/Gemfile index 6c83ad35ec..fed697c891 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem 'ruby-saml', '~> 1.16.0' gem 'omniauth-google-oauth2', '~> 1.1.2' gem 'omniauth-oauth2', '~> 1.8.0' gem 'omniauth_openid_connect', '~> 0.7.1' -gem 'omniauth-rails_csrf_protection', '~> 1.0.1' +gem 'omniauth-rails_csrf_protection', '~> 1.0.2' # Json webtokens gem 'jwt', '~> 2.8.1' diff --git a/Gemfile.lock b/Gemfile.lock index f1cce987e4..8d2107cc0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,7 @@ GEM base64 (0.2.0) bcrypt (3.1.20) bcrypt_pbkdf (1.1.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) bindata (2.5.0) bindex (0.8.1) bootsnap (1.18.3) @@ -216,7 +216,7 @@ GEM csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) i18n-js (4.2.3) glob (>= 0.4.0) @@ -335,7 +335,7 @@ GEM omniauth-oauth2 (1.8.0) oauth2 (>= 1.4, < 3) omniauth (~> 2.0) - 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) @@ -621,7 +621,7 @@ DEPENDENCIES nokogiri (~> 1.16.4) omniauth-google-oauth2 (~> 1.1.2) omniauth-oauth2 (~> 1.8.0) - omniauth-rails_csrf_protection (~> 1.0.1) + omniauth-rails_csrf_protection (~> 1.0.2) omniauth_openid_connect (~> 0.7.1) premailer-rails (~> 1.12.0) pretender (~> 0.5.0)