diff --git a/Gemfile.lock b/Gemfile.lock index 5d29ab1..695f01a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,12 +91,14 @@ GEM factory_bot_rails (5.1.1) factory_bot (~> 5.1.0) railties (>= 4.2.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) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (3.6.0) + hashie (5.0.0) hirb (0.7.3) i18n (1.8.2) concurrent-ruby (~> 1.0) @@ -107,7 +109,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.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) @@ -125,26 +127,26 @@ 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) nio4r (2.5.2) nokogiri (1.10.8) mini_portile2 (~> 2.4.0) - oauth2 (1.4.4) - 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-oauth2 (1.6.0) - oauth2 (~> 1.1) - omniauth (~> 1.9) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) orm_adapter (0.5.0) parallel (1.19.1) parser (2.7.0.3) @@ -153,7 +155,9 @@ GEM popper_js (1.16.0) public_suffix (4.0.3) puma (3.12.3) - rack (2.2.2) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.4) @@ -182,6 +186,8 @@ GEM thor (>= 0.19.0, < 2.0) rainbow (3.0.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) @@ -216,6 +222,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (2.2.0) sass (3.7.4) @@ -264,6 +271,7 @@ GEM uglifier (4.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (1.6.1) + version_gem (1.1.0) warden (1.2.8) rack (>= 2.0.6) web-console (3.7.0)