diff --git a/Gemfile b/Gemfile index 10673ded..76e8c9df 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.1.7' gem 'virtus' gem 'inflecto' end diff --git a/Gemfile.lock b/Gemfile.lock index add28008..10fa0ab2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.4) + activesupport (6.1.7.5) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.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.2) 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.14.1) 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.19.0) mixlib-archive (1.0.7) mixlib-log mixlib-authentication (2.1.1) @@ -327,8 +327,8 @@ GEM tty-screen (~> 0.8) wisper (~> 2.0) tty-screen (0.8.1) - tzinfo (1.2.7) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unicode-display_width (1.6.1) unicode_utils (1.4.0) uuidtools (2.1.5) @@ -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.11) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.0.3) + activesupport (~> 6.1.7) berkshelf chef (= 14.10.9) chefspec