From a01887723a28649450f1185216b8937ddb0036e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 03:26:27 +0000 Subject: [PATCH] Bump activesupport in /cds/product/tests/integration-tests Bumps [activesupport](https://github.com/rails/rails) from 4.0.4 to 6.1.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.0.4...v6.1.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cds/product/tests/integration-tests/Gemfile | 2 +- .../tests/integration-tests/Gemfile.lock | 27 ++++++++++--------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/cds/product/tests/integration-tests/Gemfile b/cds/product/tests/integration-tests/Gemfile index 4dda71a75..319844a1f 100644 --- a/cds/product/tests/integration-tests/Gemfile +++ b/cds/product/tests/integration-tests/Gemfile @@ -5,7 +5,7 @@ gem 'rake', '=10.1.1' gem 'rspec', '=2.14.1' gem 'httparty', '=0.13.0' gem 'rubocop', '=0.18.1' -gem 'activesupport', '=4.0.4' +gem 'activesupport', '6.1.7.1' gem 'rspec-extra-formatters', '=1.0.0' # VagrantfileUtil.rb dependencies diff --git a/cds/product/tests/integration-tests/Gemfile.lock b/cds/product/tests/integration-tests/Gemfile.lock index 4f9aa4524..2d652c9d8 100644 --- a/cds/product/tests/integration-tests/Gemfile.lock +++ b/cds/product/tests/integration-tests/Gemfile.lock @@ -1,14 +1,15 @@ GEM remote: http://rubygems.org/ specs: - activesupport (4.0.4) - i18n (~> 0.6, >= 0.6.9) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) + activesupport (6.1.7.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) ast (2.0.0) builder (3.2.2) + concurrent-ruby (1.1.10) diff-lcs (1.2.5) excon (0.39.5) fog (1.21.0) @@ -33,15 +34,16 @@ GEM httparty (0.13.0) json (~> 1.8) multi_xml (>= 0.5.2) - i18n (0.6.11) + i18n (1.12.0) + concurrent-ruby (~> 1.0) inflecto (0.0.2) json (1.8.1) macaddr (1.6.7) systemu (~> 2.6.2) mime-types (2.3) mini_portile (0.6.0) - minitest (4.7.5) - multi_json (1.10.1) + minitest (5.17.0) + multi_json (1.15.0) multi_xml (0.5.5) net-scp (1.2.1) net-ssh (>= 2.6.5) @@ -70,15 +72,16 @@ GEM rainbow (>= 1.99.1, < 3.0) slop (3.6.0) systemu (2.6.4) - thread_safe (0.3.4) - tzinfo (0.3.41) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) vistarpc4r (0.3.0) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (= 4.0.4) + activesupport (= 6.1.7.1) fog (= 1.21.0) httparty (= 0.13.0) json (= 1.8.1)