diff --git a/Gemfile.lock b/Gemfile.lock index 99b0f82..d7619f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,8 +60,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) algoliasearch (1.18.1) httpclient (~> 2.8.3) json (>= 1.5.1) @@ -123,8 +123,23 @@ GEM actionmailer (>= 4.0, < 6) activesupport (>= 4.0, < 6) execjs (2.7.0) - faraday (0.13.1) + faraday (1.5.1) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) + faraday-patron (~> 1.0) multipart-post (>= 1.2, < 3) + 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-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) ffi (1.12.2) formtastic (3.1.5) actionpack (>= 3.2.13) @@ -212,7 +227,7 @@ GEM minitest (~> 5.0) rails (>= 4.1) multi_json (1.12.2) - multipart-post (2.0.0) + multipart-post (2.1.1) naught (1.1.0) net-http-digest_auth (1.4.1) net-http-persistent (2.9.4) @@ -243,7 +258,7 @@ GEM method_source (~> 0.9.0) pry-rails (0.3.6) pry (>= 0.10.4) - public_suffix (3.0.1) + public_suffix (4.0.6) puma (3.11.0) rack (2.2.2) rack-proxy (0.6.2) @@ -289,6 +304,7 @@ GEM responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) + ruby2_keywords (0.0.4) ruby_dep (1.5.0) sass (3.5.3) sass-listen (~> 4.0.0) @@ -301,9 +317,9 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) simple_oauth (0.3.1) slack-notifier (2.3.1) spring (2.0.2)