From 66f206073786b7c88ed230554b325f784227bd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:03:12 +0000 Subject: [PATCH] Update activesupport requirement from >= 4.2.7.1, < 7.0 to >= 4.2.7.1, < 8.0 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [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.1.4...v7.0.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- oc-chef-pedant/Gemfile.lock | 14 ++++++-------- oc-chef-pedant/oc-chef-pedant.gemspec | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/oc-chef-pedant/Gemfile.lock b/oc-chef-pedant/Gemfile.lock index 7d5ab57da2..85f61c9007 100644 --- a/oc-chef-pedant/Gemfile.lock +++ b/oc-chef-pedant/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: oc-chef-pedant (2.2.0) - activesupport (>= 4.2.7.1, < 7.0) + activesupport (>= 4.2.7.1, < 8.0) addressable erubis (~> 2.7) mixlib-authentication (> 1.4, < 4.0) @@ -18,12 +18,11 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.4) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) aws-eventstream (1.1.1) @@ -91,7 +90,7 @@ GEM uuidtools (~> 2.1) webrick coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.0) debug_inspector (1.1.0) diff-lcs (1.3) domain_name (0.5.20190701) @@ -128,7 +127,7 @@ GEM http-cookie (1.0.4) domain_name (~> 0.5) httpclient (2.8.3) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) iniparse (1.5.0) inspec-core (4.41.2) @@ -171,7 +170,7 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2021.0225) - minitest (5.14.4) + minitest (5.17.0) mixlib-archive (1.1.7) mixlib-log mixlib-authentication (3.0.10) @@ -289,7 +288,7 @@ GEM pastel (~> 0.8) strings (~> 0.2.0) tty-screen (~> 0.8) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext @@ -318,7 +317,6 @@ GEM winrm (~> 2.0) wisper (2.0.1) wmi-lite (1.0.5) - zeitwerk (2.4.2) PLATFORMS ruby diff --git a/oc-chef-pedant/oc-chef-pedant.gemspec b/oc-chef-pedant/oc-chef-pedant.gemspec index 988f525093..3b688da143 100644 --- a/oc-chef-pedant/oc-chef-pedant.gemspec +++ b/oc-chef-pedant/oc-chef-pedant.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.executables = ['oc-chef-pedant'] s.add_dependency('rspec', '~> 3.2') - s.add_dependency('activesupport', '>= 4.2.7.1', '< 7.0') # For active_support/concern + s.add_dependency('activesupport', '>= 4.2.7.1', '< 8.0') # For active_support/concern s.add_dependency('mixlib-authentication', '> 1.4', '< 4.0') s.add_dependency('mixlib-config', '>= 2', '< 4') s.add_dependency('mixlib-shellout', '>= 1.1')