diff --git a/Gemfile b/Gemfile index 3b5d58c88e..5b0a56907e 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ gem 'devise', '~>4.9.4' gem 'ruby-saml', '~> 1.17.0' # omniauth -gem 'omniauth-google-oauth2', '~> 1.2.0' +gem 'omniauth-google-oauth2', '~> 1.2.1' gem 'omniauth-oauth2', '~> 1.8.0' gem 'omniauth_openid_connect', '~> 0.8.0' gem 'omniauth-rails_csrf_protection', '~> 1.0.2' diff --git a/Gemfile.lock b/Gemfile.lock index 6fbb12b0b2..135baebf8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,14 +187,14 @@ GEM railties (>= 5.0.0) faker (3.5.1) i18n (>= 1.8.11, < 2) - faraday (2.12.0) - faraday-net_http (>= 2.0, < 3.4) + faraday (2.12.2) + faraday-net_http (>= 2.0, < 3.5) json logger faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) - faraday-net_http (3.3.0) - net-http + faraday-net_http (3.4.0) + net-http (>= 0.5.0) ffi (1.17.1-x86_64-linux-gnu) flamegraph (0.9.5) glob (0.4.0) @@ -295,7 +295,7 @@ GEM bigdecimal (~> 3.1) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) - net-http (0.4.1) + net-http (0.6.0) uri net-imap (0.5.1) date @@ -323,8 +323,8 @@ GEM hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-google-oauth2 (1.2.0) - jwt (>= 2.9) + omniauth-google-oauth2 (1.2.1) + jwt (>= 2.9.2) oauth2 (~> 2.0) omniauth (~> 2.0) omniauth-oauth2 (~> 1.8) @@ -534,7 +534,7 @@ GEM unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (0.13.1) + uri (1.0.2) useragent (0.16.10) validate_url (1.0.15) activemodel (>= 3.0.0) @@ -616,7 +616,7 @@ DEPENDENCIES minitest-utils (~> 0.4.8) mocha (~> 2.7.1) nokogiri (~> 1.18.2) - omniauth-google-oauth2 (~> 1.2.0) + omniauth-google-oauth2 (~> 1.2.1) omniauth-oauth2 (~> 1.8.0) omniauth-rails_csrf_protection (~> 1.0.2) omniauth_openid_connect (~> 0.8.0)