From 5389dd6e28c1b520917e3f57e3f6faf470f7003b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:29:58 +0000 Subject: [PATCH] Update httparty requirement from ~> 0.18.0 to >= 0.18, < 0.22 Updates the requirements on [httparty](https://github.com/jnunemaker/httparty) to permit the latest version. - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/master/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.18.0...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 26 ++++++++++++-------------- specr.gemspec | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b0c541d..358ec45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: specr (0.0.1.beta1) cucumber (~> 2.4.0) - httparty (~> 0.18.0) + httparty (>= 0.18, < 0.22) json-schema (~> 2.6) rake (~> 10.0) test-unit @@ -11,8 +11,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ast (2.3.0) builder (3.2.4) byebug (9.0.5) @@ -28,23 +28,21 @@ GEM cucumber-core (1.5.0) gherkin (~> 4.0) cucumber-wire (0.0.1) - diff-lcs (1.3) + diff-lcs (1.5.0) gherkin (4.1.3) - httparty (0.18.0) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) json-schema (2.8.1) addressable (>= 2.4) method_source (0.8.2) - mime-types (3.3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2019.1009) - multi_json (1.14.1) - multi_test (0.1.2) + mini_mime (1.1.2) + multi_json (1.15.0) + multi_test (1.1.0) multi_xml (0.6.0) parser (2.3.1.2) ast (~> 2.2) - power_assert (1.1.7) + power_assert (2.0.3) powerpack (0.1.1) pry (0.10.3) coderay (~> 1.1.0) @@ -53,7 +51,7 @@ GEM pry-byebug (3.4.0) byebug (~> 9.0) pry (~> 0.10) - public_suffix (4.0.4) + public_suffix (5.0.1) rainbow (2.1.0) rake (10.5.0) rubocop (0.40.0) @@ -64,7 +62,7 @@ GEM unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.8.1) slop (3.6.0) - test-unit (3.3.5) + test-unit (3.5.7) power_assert unicode-display_width (1.0.5) diff --git a/specr.gemspec b/specr.gemspec index 6d4d37f..ab91041 100644 --- a/specr.gemspec +++ b/specr.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.add_dependency 'cucumber', '~> 2.4.0' - spec.add_dependency 'httparty', '~> 0.18.0' + spec.add_dependency 'httparty', '>= 0.18', '< 0.22' spec.add_dependency 'json-schema', '~> 2.6' spec.add_dependency 'test-unit' spec.add_dependency 'rake', '~> 10.0'