diff --git a/Gemfile.lock b/Gemfile.lock index 3f8478e7..9abb527f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,20 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorize (0.8.1) configatron (4.5.0) - faraday (0.9.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) github-markup (1.4.0) json (1.8.3) - multipart-post (2.0.0) - octokit (4.3.0) - sawyer (~> 0.7.0, >= 0.5.3) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) + public_suffix (5.0.0) redcarpet (3.3.4) releasinator (0.6.3) colorize (~> 0.7) @@ -19,9 +23,10 @@ GEM octokit (~> 4.0) semantic (~> 1.4) vandamme (~> 0.0.11) - sawyer (0.7.0) - addressable (>= 2.3.5, < 2.5) - faraday (~> 0.8, < 0.10) + ruby2_keywords (0.0.5) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) semantic (1.4.1) vandamme (0.0.11) github-markup (~> 1.3)