From 91779a79fa326dbb525aa4358990fafd00c0ace2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 13:12:11 +0000 Subject: [PATCH] Update httparty requirement from >= 0.13.7, < 0.19.0 to >= 0.13.7, < 0.21.0 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.1...v0.20.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- circlemator.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 11c1254..0b722ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: circlemator (0.7.0) - httparty (>= 0.13.7, < 0.19.0) + httparty (>= 0.13.7, < 0.21.0) pronto (~> 0.11.0) pronto-brakeman (~> 0.11.0) pronto-commentator (~> 0) @@ -68,7 +68,7 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hashdiff (1.0.1) - httparty (0.18.1) + httparty (0.20.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) i18n (1.8.10) @@ -83,7 +83,7 @@ GEM method_source (0.9.2) mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2021.0704) + mime-types-data (3.2021.0901) minitest (5.14.4) multi_xml (0.6.0) multipart-post (2.1.1) diff --git a/circlemator.gemspec b/circlemator.gemspec index 6e1ef9c..47e5d05 100644 --- a/circlemator.gemspec +++ b/circlemator.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_dependency 'httparty', '>= 0.13.7', '< 0.19.0' + spec.add_dependency 'httparty', '>= 0.13.7', '< 0.21.0' spec.add_dependency 'pronto', '~> 0.11.0' spec.add_dependency 'pronto-rubocop', '~> 0.11.0' spec.add_dependency 'pronto-commentator', '~> 0'