From 72e81b1bb9a64340748fe9ed5875d591761e88e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:30:40 +0000 Subject: [PATCH] Update httparty requirement from >= 0.13.7, < 0.19.0 to >= 0.13.7, < 0.22.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.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 ++++------ circlemator.gemspec | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7cc9b4e..084f89a 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.22.0) pronto (~> 0.11.1) pronto-brakeman (~> 0.11.1) pronto-commentator (~> 0) @@ -52,8 +52,8 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hashdiff (1.0.1) - httparty (0.18.1) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.12.0) concurrent-ruby (~> 1.0) @@ -66,9 +66,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) lumberjack (1.2.8) method_source (1.0.0) - mime-types (3.4.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2022.0105) + mini_mime (1.1.2) minitest (5.17.0) multi_xml (0.6.0) nenv (0.3.0) diff --git a/circlemator.gemspec b/circlemator.gemspec index 82b8d31..fbf979e 100644 --- a/circlemator.gemspec +++ b/circlemator.gemspec @@ -22,7 +22,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.22.0" spec.add_dependency "pronto", "~> 0.11.1" spec.add_dependency "pronto-rubocop", "~> 0.11.4" spec.add_dependency "pronto-commentator", "~> 0"