diff --git a/Gemfile.lock b/Gemfile.lock index 99354d5..f9a17cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,8 +47,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) arel (9.0.0) bcrypt (3.1.12) bootsnap (1.3.2) @@ -66,8 +66,23 @@ GEM factory_bot_rails (4.11.1) factory_bot (~> 4.11.1) railties (>= 3.0.0) - faraday (0.15.3) + 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.9.25) globalid (0.4.1) activesupport (>= 4.2.0) @@ -98,19 +113,21 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.0) - mimemagic (0.3.2) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.3.0) minitest (5.11.3) msgpack (1.2.4) - multipart-post (2.0.0) + multipart-post (2.1.1) nio4r (2.3.1) nokogiri (1.8.5) mini_portile2 (~> 2.3.0) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) pg (1.1.3) - public_suffix (3.0.3) + public_suffix (4.0.6) puma (3.12.0) rack (2.0.5) rack-test (1.1.0) @@ -160,10 +177,11 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) + ruby2_keywords (0.0.4) ruby_dep (1.5.0) - 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) spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1)