From 792e7f4878bb9f6ee0d3b4ecce9ff61f43595da7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 05:23:53 +0000 Subject: [PATCH] Update rest-client requirement from ~> 2.0.2 to >= 2.0.2, < 2.2.0 Updates the requirements on [rest-client](https://github.com/rest-client/rest-client) to permit the latest version. - [Release notes](https://github.com/rest-client/rest-client/releases) - [Changelog](https://github.com/rest-client/rest-client/blob/master/history.md) - [Commits](https://github.com/rest-client/rest-client/compare/v2.0.2...v2.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 46 +++++++++++++++++++++++++--------------------- git-shell.gemspec | 2 +- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b91edc1..442278a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,16 +3,17 @@ PATH specs: git-shell (0.1.0) config (>= 1.6.1, < 1.8.0) - rest-client (~> 2.0.2) + rest-client (>= 2.0.2, < 2.2.0) GEM remote: https://rubygems.org/ specs: - activesupport (5.2.2) + activesupport (6.0.0) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.1, >= 2.1.8) ast (2.4.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) @@ -22,59 +23,60 @@ GEM simplecov url coderay (1.1.2) - concurrent-ruby (1.1.4) - config (1.7.1) + concurrent-ruby (1.1.5) + config (1.7.2) activesupport (>= 3.0) - deep_merge (~> 1.2.1) - dry-validation (>= 0.12.2) + deep_merge (~> 1.2, >= 1.2.1) + dry-validation (~> 0.12, >= 0.12.2, < 1.0.0) debug_inspector (0.0.3) deep_merge (1.2.1) diff-lcs (1.3) docile (1.3.1) - domain_name (0.5.20170404) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - dry-configurable (0.8.1) + dry-configurable (0.8.3) concurrent-ruby (~> 1.0) dry-core (~> 0.4, >= 0.4.7) - dry-container (0.7.0) + dry-container (0.7.2) concurrent-ruby (~> 1.0) dry-configurable (~> 0.1, >= 0.1.3) - dry-core (0.4.7) + dry-core (0.4.9) concurrent-ruby (~> 1.0) - dry-equalizer (0.2.1) + dry-equalizer (0.2.2) dry-inflector (0.1.2) - dry-logic (0.5.0) - dry-container (~> 0.2, >= 0.2.6) + dry-logic (0.6.1) + concurrent-ruby (~> 1.0) dry-core (~> 0.2) dry-equalizer (~> 0.2) - dry-types (0.14.0) + dry-types (0.14.1) concurrent-ruby (~> 1.0) dry-container (~> 0.3) dry-core (~> 0.4, >= 0.4.4) dry-equalizer (~> 0.2) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 0.5, >= 0.5) - dry-validation (0.13.0) + dry-validation (0.13.3) concurrent-ruby (~> 1.0) dry-configurable (~> 0.1, >= 0.1.3) dry-core (~> 0.2, >= 0.2.1) dry-equalizer (~> 0.2) dry-logic (~> 0.5, >= 0.5.0) - dry-types (~> 0.14, >= 0.14) + dry-types (~> 0.14.0) fuubar (2.3.2) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) + http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.5.3) + i18n (1.6.0) concurrent-ruby (~> 1.0) interception (0.5) jaro_winkler (1.5.2) json (2.1.0) method_source (0.9.2) - mime-types (3.1) + mime-types (3.2.2) mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) + mime-types-data (3.2019.0331) minitest (5.11.3) netrc (0.11.0) parallel (1.13.0) @@ -96,7 +98,8 @@ GEM psych (3.1.0) rainbow (3.0.0) rake (12.3.2) - rest-client (2.0.2) + rest-client (2.1.0) + http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) @@ -133,9 +136,10 @@ GEM thread_safe (~> 0.1) unf (0.1.4) unf_ext - unf_ext (0.0.7.5) + unf_ext (0.0.7.6) unicode-display_width (1.4.1) url (0.3.2) + zeitwerk (2.1.9) PLATFORMS ruby diff --git a/git-shell.gemspec b/git-shell.gemspec index ce8d29e..35322e5 100644 --- a/git-shell.gemspec +++ b/git-shell.gemspec @@ -40,5 +40,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'simplecov', '~> 0.16.1' spec.add_dependency 'config', '>= 1.6.1', '< 1.8.0' - spec.add_dependency 'rest-client', '~> 2.0.2' + spec.add_dependency 'rest-client', '>= 2.0.2', '< 2.2.0' end