From bbc0587f22ee5698304d209822a48f5a4b8bcf21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:40:20 +0000 Subject: [PATCH] Update httparty requirement from ~> 0.16.3 to >= 0.16.3, < 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.16.4...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 ++++------ flutterwave_sdk.gemspec | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 49273f1..1a6c563 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,19 +2,17 @@ PATH remote: . specs: flutterwave_sdk (0.1.1) - httparty (~> 0.16.3) + httparty (>= 0.16.3, < 0.22.0) GEM remote: https://rubygems.org/ specs: diff-lcs (1.3) dotenv (2.8.1) - httparty (0.16.4) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - mime-types (3.4.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2023.0218.1) + mini_mime (1.1.2) multi_xml (0.6.0) rake (12.3.3) rspec (3.9.0) diff --git a/flutterwave_sdk.gemspec b/flutterwave_sdk.gemspec index c2b1b7f..9508bb5 100644 --- a/flutterwave_sdk.gemspec +++ b/flutterwave_sdk.gemspec @@ -32,5 +32,5 @@ spec.date = '2020-05-10' # Dependencies spec.required_ruby_version = ">= 2.5.3" - spec.add_runtime_dependency 'httparty', '~> 0.16.3' + spec.add_runtime_dependency 'httparty', '>= 0.16.3', '< 0.22.0' end