diff --git a/Gemfile.lock b/Gemfile.lock index c07285b..d5aaa9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,8 +97,10 @@ GEM railties (>= 4.2.0) faker (2.11.0) i18n (>= 1.6, < 2) - faraday (1.0.1) - multipart-post (>= 1.2, < 3) + faraday (2.7.4) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) ffi (1.12.2) font-awesome-rails (4.7.0.5) railties (>= 3.2, < 6.1) @@ -120,7 +122,7 @@ GEM guard (~> 2.8) guard-compat (~> 1.0) multi_json (~> 1.8) - hashie (4.1.0) + hashie (5.0.0) hirb (0.7.3) http_parser.rb (0.6.0) i18n (1.8.2) @@ -131,7 +133,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jwt (2.2.1) + jwt (2.7.0) launchy (2.5.0) addressable (~> 2.7) listen (3.1.5) @@ -147,14 +149,15 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) msgpack (1.3.3) - multi_json (1.14.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) nenv (0.3.0) nio4r (2.5.2) nokogiri (1.10.9) @@ -162,20 +165,22 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - oauth2 (1.4.4) - faraday (>= 0.8, < 2.0) + 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 (1.9.1) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.1.1) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + 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) omniauth-rails_csrf_protection (0.1.2) actionpack (>= 4.2) omniauth (>= 1.3.1) @@ -192,7 +197,9 @@ GEM pry (>= 0.10.4) public_suffix (4.0.4) puma (3.12.6) - rack (2.2.3) + rack (2.2.6.2) + rack-protection (3.0.5) + rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.4.2) @@ -259,6 +266,7 @@ GEM rspec-mocks (~> 3.9) rspec-support (~> 3.9) rspec-support (3.9.2) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (2.3.0) sass (3.7.4) @@ -287,6 +295,9 @@ GEM shoulda (2.11.3) shoulda-matchers (4.3.0) activesupport (>= 4.2.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) spring (2.1.0) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) @@ -308,6 +319,7 @@ GEM thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) + version_gem (1.1.1) warden (1.2.8) rack (>= 2.0.6) web-console (3.7.0)