From 22c4db1616e40735cd6f51c80c22bdae88a1b50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 03:43:16 +0000 Subject: [PATCH] Update activesupport requirement from >= 5.2, < 7 to >= 5.2, < 8 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.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.6...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 +++++------- parameter_substitution.gemspec | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2edc419..e4dea4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: parameter_substitution (1.3.1) - activesupport (>= 5.2, < 7) + activesupport (>= 5.2, < 8) builder (~> 3.2) invoca-utils (~> 0.3) parslet (~> 1.8) @@ -10,12 +10,11 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.6) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) appraisal (2.2.0) bundler rake @@ -43,7 +42,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) invoca-utils (0.4.1) json (2.6.1) @@ -52,7 +51,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) lumberjack (1.0.13) method_source (0.9.0) - minitest (5.15.0) + minitest (5.17.0) nenv (0.3.0) notiffany (0.1.1) nenv (~> 0.1) @@ -90,9 +89,8 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) thor (0.20.0) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) - zeitwerk (2.5.4) PLATFORMS ruby diff --git a/parameter_substitution.gemspec b/parameter_substitution.gemspec index 219abf2..7f2173d 100644 --- a/parameter_substitution.gemspec +++ b/parameter_substitution.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| 'allowed_push_host' => 'https://rubygems.org' } - spec.add_dependency 'activesupport', '>= 5.2', '< 7' + spec.add_dependency 'activesupport', '>= 5.2', '< 8' spec.add_dependency 'builder', '~> 3.2' spec.add_dependency 'invoca-utils', '~> 0.3' spec.add_dependency 'parslet', '~> 1.8'