diff --git a/Gemfile.lock b/Gemfile.lock index 05f1efd..0b8d60b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,12 +89,33 @@ GEM equalizer (0.0.11) erubi (1.7.1) execjs (2.7.0) - faraday (0.12.2) - multipart-post (>= 1.2, < 3) + faraday (1.10.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) ffi (1.9.23) figaro (1.1.1) thor (~> 0.14) - hashie (3.5.7) + hashie (5.0.0) http (3.3.0) addressable (~> 2.3) http-cookie (~> 1.0) @@ -110,7 +131,7 @@ GEM jbuilder (2.7.0) activesupport (>= 4.2.0) multi_json (>= 1.2) - jwt (1.5.6) + jwt (2.3.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -124,34 +145,38 @@ GEM mini_mime (1.0.0) mini_portile2 (2.3.0) minitest (5.11.3) - multi_json (1.13.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.0.0) + multipart-post (2.2.3) naught (1.1.0) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) - oauth (0.5.4) - oauth2 (1.4.0) - faraday (>= 0.8, < 0.13) - jwt (~> 1.0) - multi_json (~> 1.3) + oauth (0.6.2) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + oauth2 (2.0.7) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.8.1) - hashie (>= 3.4.6, < 3.6.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 (5.0.0) omniauth-oauth2 (~> 1.2) omniauth-google-oauth2 (0.5.3) jwt (>= 1.5) omniauth (>= 1.1.1) omniauth-oauth2 (>= 1.5) - omniauth-oauth (1.1.0) + omniauth-oauth (1.2.0) oauth - omniauth (~> 1.0) - omniauth-oauth2 (1.5.0) - oauth2 (~> 1.1) - omniauth (~> 1.2) + omniauth (>= 1.0, < 3) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack @@ -159,7 +184,9 @@ GEM pg (1.0.0) public_suffix (3.0.2) puma (3.11.4) - rack (2.0.5) + rack (2.2.4) + rack-protection (2.2.2) + rack rack-test (1.0.0) rack (>= 1.0, < 3) rails-dom-testing (2.0.3) @@ -174,12 +201,15 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.3.1) + rash_alt (0.4.12) + hashie (>= 3.4) rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) + ruby2_keywords (0.0.5) ruby_dep (1.5.0) rubyzip (1.2.1) sass (3.5.6) @@ -197,6 +227,9 @@ GEM childprocess (~> 0.5) rubyzip (~> 1.2) simple_oauth (0.3.1) + snaky_hash (2.0.0) + hashie + version_gem (~> 1.1) spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1) @@ -233,6 +266,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.4) + version_gem (1.1.0) warden (1.2.7) rack (>= 1.0) web-console (3.6.2)