From 9105e274758cc26f7c86976d1c4639fc1aa4873c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 02:37:04 +0000 Subject: [PATCH] Bump activesupport from 6.0.3.4 to 6.0.6.1 Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.4 to 6.0.6.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.3.4...v6.0.6.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 10673ded..4a5af912 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'rubocop', (RUBY_VERSION >= '2.4' ? '~> 0.80.1' : '~> 0.49.1') if Gem::Version.new(chef_version) >= Gem::Version.new('14.10.9') group :development do - gem 'activesupport', '~> 6.0.3' + gem 'activesupport', '~> 6.0.6' gem 'virtus' gem 'inflecto' end diff --git a/Gemfile.lock b/Gemfile.lock index add28008..2b1c3cf7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.4) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -92,7 +92,7 @@ GEM cleanroom (1.0.0) coercible (1.0.0) descendants_tracker (~> 0.0.1) - concurrent-ruby (1.1.7) + concurrent-ruby (1.2.0) cookbook-omnifetch (0.11.1) mixlib-archive (>= 0.4, < 2.0) cookstyle (6.1.6) @@ -139,7 +139,7 @@ GEM hashie (3.6.0) highline (1.7.10) httpclient (2.8.3) - i18n (1.8.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) inflecto (0.0.2) @@ -166,7 +166,7 @@ GEM multi_json (~> 1.14) mini_portile2 (2.5.0) minitar (0.9) - minitest (5.14.2) + minitest (5.17.0) mixlib-archive (1.0.7) mixlib-log mixlib-authentication (2.1.1) @@ -327,7 +327,7 @@ GEM tty-screen (~> 0.8) wisper (~> 2.0) tty-screen (0.8.1) - tzinfo (1.2.7) + tzinfo (1.2.11) thread_safe (~> 0.1) unicode-display_width (1.6.1) unicode_utils (1.4.0) @@ -358,13 +358,13 @@ GEM wisper (2.0.1) wmi-lite (1.0.5) yaml (0.1.0) - zeitwerk (2.4.0) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.0.3) + activesupport (~> 6.0.6) berkshelf chef (= 14.10.9) chefspec