diff --git a/Gemfile.lock b/Gemfile.lock index 62cd8d7b..28a47f2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,14 +78,16 @@ GEM domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) erubi (1.9.0) - faraday (1.0.0) - multipart-post (>= 1.2, < 3) + faraday (2.5.2) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) ffi (1.12.2) figaro (1.1.1) thor (~> 0.14) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (3.6.0) + hashie (5.0.0) http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) @@ -93,7 +95,7 @@ GEM concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) - jwt (2.2.1) + jwt (2.5.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -114,35 +116,37 @@ GEM mini_portile2 (2.4.0) minitest (5.14.0) msgpack (1.3.3) - multi_json (1.14.1) multi_xml (0.6.0) - multipart-post (2.1.1) netrc (0.11.0) nio4r (2.5.2) nokogiri (1.10.8) mini_portile2 (~> 2.4.0) - oauth2 (1.4.3) - faraday (>= 0.8, < 2.0) + oauth2 (2.0.7) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.0) - hashie (>= 3.4.6, < 3.7.0) - rack (>= 1.6.2, < 3) + rash_alt (>= 0.4, < 1) + version_gem (~> 1.1) + omniauth (2.1.0) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection omniauth-facebook (6.0.0) omniauth-oauth2 (~> 1.2) omniauth-google-oauth2 (0.8.0) jwt (>= 2.0) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.6) - omniauth-oauth2 (1.6.0) - oauth2 (~> 1.1) - omniauth (~> 1.9) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) public_suffix (4.0.3) puma (4.3.1) nio4r (~> 2.0) - rack (2.2.2) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -174,6 +178,8 @@ GEM rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) rake (13.0.1) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -183,6 +189,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (2.2.0) sass-rails (6.0.0) @@ -221,6 +228,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.6) + version_gem (1.1.0) web-console (4.0.1) actionview (>= 6.0.0) activemodel (>= 6.0.0)