From 2c9bdc6c6aa7d696043c9fd974e76c76c56ab097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:50:15 +0000 Subject: [PATCH] Bump httparty in /cds/product/tests/integration-tests Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.13.0 to 0.21.0. - [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.13.0...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cds/product/tests/integration-tests/Gemfile | 2 +- cds/product/tests/integration-tests/Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cds/product/tests/integration-tests/Gemfile b/cds/product/tests/integration-tests/Gemfile index 4dda71a75..a3dbbed6c 100644 --- a/cds/product/tests/integration-tests/Gemfile +++ b/cds/product/tests/integration-tests/Gemfile @@ -3,7 +3,7 @@ source 'http://rubygems.org' # integration-tests/Rakefile dependencies gem 'rake', '=10.1.1' gem 'rspec', '=2.14.1' -gem 'httparty', '=0.13.0' +gem 'httparty', '0.21.0' gem 'rubocop', '=0.18.1' gem 'activesupport', '=4.0.4' gem 'rspec-extra-formatters', '=1.0.0' diff --git a/cds/product/tests/integration-tests/Gemfile.lock b/cds/product/tests/integration-tests/Gemfile.lock index 4f9aa4524..b0bc9db99 100644 --- a/cds/product/tests/integration-tests/Gemfile.lock +++ b/cds/product/tests/integration-tests/Gemfile.lock @@ -30,8 +30,8 @@ GEM fog-json (1.0.0) multi_json (~> 1.0) formatador (0.2.5) - httparty (0.13.0) - json (~> 1.8) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (0.6.11) inflecto (0.0.2) @@ -39,10 +39,11 @@ GEM macaddr (1.6.7) systemu (~> 2.6.2) mime-types (2.3) + mini_mime (1.1.2) mini_portile (0.6.0) minitest (4.7.5) multi_json (1.10.1) - multi_xml (0.5.5) + multi_xml (0.6.0) net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (2.9.1) @@ -80,7 +81,7 @@ PLATFORMS DEPENDENCIES activesupport (= 4.0.4) fog (= 1.21.0) - httparty (= 0.13.0) + httparty (= 0.21.0) json (= 1.8.1) macaddr (= 1.6.7) rake (= 10.1.1)