From 0cc061f5544e237c5957a24c7e7efb557910a46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:36:04 +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.1...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 ++++------ open_invoice.gemspec | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cebcad8..6354ef9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH open_invoice (0.1.2) activesupport hashie (~> 3.6.0) - httparty (~> 0.18.0) + httparty (>= 0.18, < 0.22) GEM remote: https://rubygems.org/ @@ -21,14 +21,12 @@ GEM factory_bot (5.2.0) activesupport (>= 4.2.0) hashie (3.6.0) - httparty (0.18.1) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.8.2) concurrent-ruby (~> 1.0) - mime-types (3.3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2020.0512) + mini_mime (1.1.2) minitest (5.14.0) multi_xml (0.6.0) rake (10.5.0) diff --git a/open_invoice.gemspec b/open_invoice.gemspec index a75a2d3..e8e84c7 100644 --- a/open_invoice.gemspec +++ b/open_invoice.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_runtime_dependency "httparty", "~> 0.18.0" + spec.add_runtime_dependency "httparty", ">= 0.18", "< 0.22" spec.add_runtime_dependency "hashie", "~> 3.6.0" spec.add_runtime_dependency "activesupport"