From 00c28edba0555a8a5ce4a5ade94aa604f35f85e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:35:44 +0000 Subject: [PATCH] Update httparty requirement from = 0.15.5 to = 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.15.5...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 ++++-- op5util.gemspec | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index beecc96..42b8cbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH op5util (0.1.8) colorize (= 0.8.1) gli (= 2.16.1) - httparty (= 0.15.5) + httparty (= 0.21.0) terminal-table (= 1.8.0) GEM @@ -13,8 +13,10 @@ GEM awesome_print (1.7.0) colorize (0.8.1) gli (2.16.1) - httparty (0.15.5) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) + mini_mime (1.1.2) multi_xml (0.6.0) power_assert (0.2.6) rake (13.0.1) diff --git a/op5util.gemspec b/op5util.gemspec index ce91935..5ae9923 100644 --- a/op5util.gemspec +++ b/op5util.gemspec @@ -22,6 +22,6 @@ spec = Gem::Specification.new do |s| s.add_development_dependency 'test-unit', '~> 0' s.add_runtime_dependency('colorize', '0.8.1') s.add_runtime_dependency('gli', '2.16.1') - s.add_runtime_dependency('httparty', '0.15.5') + s.add_runtime_dependency('httparty', '0.21.0') s.add_runtime_dependency('terminal-table', '1.8.0') end