diff --git a/Gemfile b/Gemfile index 0a30a27847..e761cc33eb 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'figaro', '1.1.1' gem 'google-api-client', '~> 0.26.0' gem 'kaminari', '1.1.1' gem 'omniauth', '~> 1.8.1' -gem 'omniauth-google-oauth2', '~> 0.5.2' +gem 'omniauth-google-oauth2', '~> 0.5.4' gem 'pusher', '1.3.2' gem 'rails-i18n', '~> 5.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5832e114de..aaf0f04f76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM factory_bot_rails (4.11.1) factory_bot (~> 4.11.1) railties (>= 3.0.0) - faraday (0.12.2) + faraday (0.15.4) multipart-post (>= 1.2, < 3) ffi (1.9.25) figaro (1.1.1) @@ -175,7 +175,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.1.0) - jwt (1.5.6) + jwt (2.1.0) kaminari (1.1.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.1.1) @@ -217,16 +217,16 @@ GEM nio4r (2.3.1) nokogiri (1.8.5) mini_portile2 (~> 2.3.0) - oauth2 (1.4.0) - faraday (>= 0.8, < 0.13) - jwt (~> 1.0) + oauth2 (1.4.1) + faraday (>= 0.8, < 0.16.0) + jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) omniauth (1.8.1) hashie (>= 3.4.6, < 3.6.0) rack (>= 1.6.2, < 3) - omniauth-google-oauth2 (0.5.3) + omniauth-google-oauth2 (0.5.4) jwt (>= 1.5) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.5) @@ -493,7 +493,7 @@ DEPENDENCIES kaminari (= 1.1.1) letter_opener omniauth (~> 1.8.1) - omniauth-google-oauth2 (~> 0.5.2) + omniauth-google-oauth2 (~> 0.5.4) pg (= 1.1.3) pry-byebug pry-rails