diff --git a/Gemfile.lock b/Gemfile.lock index 570a774..52a8a5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,26 +12,28 @@ GEM i18n (~> 0.7) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) coderay (1.1.1) concurrent-ruby (1.0.2) diff-lcs (1.2.5) dotenv (2.1.1) - faraday (0.15.2) - multipart-post (>= 1.2, < 3) + faraday (2.6.0) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) i18n (0.7.0) mem (0.1.5) method_source (0.8.2) minitest (5.9.0) - multipart-post (2.0.0) - octokit (4.9.0) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (5.6.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - public_suffix (3.0.2) + public_suffix (5.0.0) rake (10.5.0) rspec (3.4.0) rspec-core (~> 3.4.0) @@ -52,9 +54,10 @@ GEM dotenv mem slop - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) + ruby2_keywords (0.0.5) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) slop (3.6.0) thread_safe (0.3.5) tzinfo (1.2.2)