diff --git a/Gemfile.lock b/Gemfile.lock index 1c0dd4e6..3b63d80c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -220,10 +220,10 @@ GEM railties (>= 5.0.0) faker (2.21.0) i18n (>= 1.8.11, < 2) - faraday (2.3.0) - faraday-net_http (~> 2.0) + faraday (2.7.4) + faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-net_http (2.0.3) + faraday-net_http (3.0.2) fastimage (2.2.6) feature (1.4.0) ffi (1.15.5) @@ -288,7 +288,7 @@ GEM json-schema (3.0.0) addressable (>= 2.8) jsonapi-renderer (0.2.2) - jwt (2.4.1) + jwt (2.7.0) launchy (2.5.0) addressable (~> 2.7) leaflet-rails (1.7.0) @@ -358,29 +358,30 @@ GEM nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) - oauth2 (1.4.9) + 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) - omniauth (2.1.0) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.1.1) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection omniauth-facebook (9.0.0) omniauth-oauth2 (~> 1.2) - omniauth-github (2.0.0) + omniauth-github (2.0.1) omniauth (~> 2.0) - omniauth-oauth2 (~> 1.7.1) - omniauth-google-oauth2 (1.0.1) + omniauth-oauth2 (~> 1.8) + omniauth-google-oauth2 (1.1.1) jwt (>= 2.0) - oauth2 (~> 1.1) + oauth2 (~> 2.0.6) + omniauth (~> 2.0) + omniauth-oauth2 (~> 1.8.0) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) omniauth (~> 2.0) - omniauth-oauth2 (~> 1.7.1) - omniauth-oauth2 (1.7.2) - oauth2 (~> 1.4) - omniauth (>= 1.9, < 3) omniauth-openid (2.0.1) omniauth (>= 1.0, < 3.0) rack-openid (~> 1.4.0) @@ -425,7 +426,7 @@ GEM rack-openid (1.4.2) rack (>= 1.1.0) ruby-openid (>= 2.1.8) - rack-protection (2.2.0) + rack-protection (3.0.6) rack rack-test (2.0.2) rack (>= 1.3) @@ -569,6 +570,9 @@ GEM sixarm_ruby_unaccent (1.2.0) skylight (5.3.3) activesupport (>= 5.2.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) sort_alphabetical (1.1.0) unicode_utils (>= 1.2.2) sprockets (4.1.1) @@ -608,6 +612,7 @@ GEM unicode_utils (1.4.0) unobtrusive_flash (3.3.1) railties + version_gem (1.1.2) warden (1.2.9) rack (>= 2.0.9) web-console (4.1.0)