diff --git a/Gemfile.lock b/Gemfile.lock index af19433..134de6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,34 +1,55 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.0) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ast (2.3.0) coderay (1.1.1) cookiejar (0.3.3) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.2.5) - em-http-request (1.1.5) + em-http-request (1.1.7) addressable (>= 2.3.4) cookiejar (!= 0.3.1) em-socksify (>= 0.3) eventmachine (>= 1.0.3) http_parser.rb (>= 0.6.0) - em-socksify (0.3.1) + em-socksify (0.3.2) eventmachine (>= 1.0.0.beta.4) em-synchrony (1.0.5) eventmachine (>= 1.0.0.beta.1) eventmachine (1.0.9.1) eventmachine_httpserver (0.2.1) - faraday (0.9.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) hashdiff (0.3.0) http_parser.rb (0.6.0) httpclient (2.8.2.4) method_source (0.8.2) multi_json (1.12.1) - multipart-post (2.0.0) + multipart-post (2.2.3) octokit (4.6.0) sawyer (~> 0.8.0, >= 0.5.3) parser (2.3.1.4) @@ -38,7 +59,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - public_suffix (2.0.4) + public_suffix (5.0.0) puffing-billy (0.9.1) addressable em-http-request (~> 1.1.0) @@ -70,10 +91,11 @@ GEM rubocop-rspec (1.8.0) rubocop (>= 0.42.0) ruby-progressbar (1.8.1) + ruby2_keywords (0.0.5) safe_yaml (1.0.4) - sawyer (0.8.0) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 0.10) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) slop (3.6.0) unicode-display_width (1.1.1) webmock (2.1.0)