From 85ab5ab6c950b4486f529542722f21a15a0ca1d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 04:43:09 +0000 Subject: [PATCH] Update httparty requirement from ~> 0.16.2 to >= 0.16.2, < 0.19.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.18.1) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 6 +++--- ethikdo.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3a1fbb0..aa2b0b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: ethikdo (0.0.1) - httparty (~> 0.16.2) + httparty (>= 0.16.2, < 0.19.0) GEM remote: https://rubygems.org/ @@ -39,7 +39,7 @@ GEM activesupport (>= 3.0.0) railties (>= 3.0.0) hashdiff (1.0.0) - httparty (0.16.4) + httparty (0.18.1) mime-types (~> 3.0) multi_xml (>= 0.5.2) i18n (1.8.2) @@ -50,7 +50,7 @@ GEM method_source (1.0.0) mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.1009) + mime-types-data (3.2020.1104) mini_portile2 (2.4.0) minitest (5.14.0) multi_xml (0.6.0) diff --git a/ethikdo.gemspec b/ethikdo.gemspec index cf4ffd2..4a43434 100644 --- a/ethikdo.gemspec +++ b/ethikdo.gemspec @@ -27,5 +27,5 @@ Gem::Specification.new do |s| s.add_development_dependency 'rake', '~> 12' s.add_development_dependency 'webmock', '~> 3' s.add_development_dependency 'generator_spec', '~> 0.9' - s.add_runtime_dependency 'httparty', '~> 0.16.2' + s.add_runtime_dependency 'httparty', '>= 0.16.2', '< 0.19.0' end