diff --git a/Gemfile.lock b/Gemfile.lock index 59a467e..59ebaf9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,23 +1,25 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorize (0.8.1) commonmarker (0.14.15) ruby-enum (~> 0.5) concurrent-ruby (1.0.5) configatron (4.5.1) - faraday (0.13.1) - 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.6.1) i18n (0.9.1) concurrent-ruby (~> 1.0) json (1.8.6) - multipart-post (2.0.0) - octokit (4.7.0) - sawyer (~> 0.8.0, >= 0.5.3) - public_suffix (3.0.1) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) + public_suffix (5.0.0) releasinator (0.7.6) colorize (~> 0.7) configatron (~> 4.5) @@ -27,9 +29,10 @@ GEM vandamme (~> 0.0.11) ruby-enum (0.7.1) i18n - 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) semantic (1.6.0) vandamme (0.0.12) commonmarker (~> 0.14.14)