diff --git a/Gemfile b/Gemfile index 39d42f4bd..0c0a22290 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem "leaflet-rails", "~> 1.9.3" gem "mini_magick", "~> 4.12.0" gem "omniauth", "~> 2.1.1" gem "omniauth-facebook", "~> 9.0.0" -gem "omniauth-google-oauth2", "~> 1.0.1" +gem "omniauth-google-oauth2", "~> 1.1.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-twitter", "~> 1.4.0" gem "paranoia", "~> 2.6.2" diff --git a/Gemfile.lock b/Gemfile.lock index eac561812..c46b0cce3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -288,7 +288,7 @@ GEM jquery-ui-rails (6.0.1) railties (>= 3.2.16) json (2.6.3) - jwt (2.5.0) + jwt (2.7.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -367,12 +367,13 @@ GEM racc (~> 1.4) nori (2.6.0) oauth (0.5.6) - oauth2 (1.4.10) + oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) octokit (6.1.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -382,17 +383,17 @@ GEM rack-protection omniauth-facebook (9.0.0) omniauth-oauth2 (~> 1.2) - omniauth-google-oauth2 (1.0.1) + omniauth-google-oauth2 (1.1.1) jwt (>= 2.0) - oauth2 (~> 1.1) + oauth2 (~> 2.0.6) omniauth (~> 2.0) - omniauth-oauth2 (~> 1.7.1) + omniauth-oauth2 (~> 1.8.0) omniauth-oauth (1.2.0) oauth omniauth (>= 1.0, < 3) - omniauth-oauth2 (1.7.3) + omniauth-oauth2 (1.8.0) oauth2 (>= 1.4, < 3) - omniauth (>= 1.9, < 3) + omniauth (~> 2.0) omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) omniauth (~> 2.0) @@ -587,6 +588,9 @@ GEM sitemap_generator (6.3.0) builder (~> 3.0) smart_properties (1.17.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) social-share-button (1.2.4) coffee-rails socksify (1.7.1) @@ -631,6 +635,7 @@ GEM unicode-display_width (2.4.2) uniform_notifier (1.16.0) uuidtools (2.2.0) + version_gem (1.1.3) view_component (2.78.0) activesupport (>= 5.0.0, < 8.0) concurrent-ruby (~> 1.0) @@ -720,7 +725,7 @@ DEPENDENCIES mini_magick (~> 4.12.0) omniauth (~> 2.1.1) omniauth-facebook (~> 9.0.0) - omniauth-google-oauth2 (~> 1.0.1) + omniauth-google-oauth2 (~> 1.1.1) omniauth-rails_csrf_protection (~> 1.0.1) omniauth-twitter (~> 1.4.0) paranoia (~> 2.6.2)