From 525e731ca715253919c603c20e94263bc2ef1516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:57:42 +0000 Subject: [PATCH] Update activesupport requirement from >= 6.0, < 7.2 to >= 6.0, < 8.1 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/v8.0.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v7.1.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- granite.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/granite.gemspec b/granite.gemspec index 7ade2bf..9f5daa7 100644 --- a/granite.gemspec +++ b/granite.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.6' s.add_runtime_dependency 'actionpack', '>= 6.0', '< 7.2' - s.add_runtime_dependency 'activesupport', '>= 6.0', '< 7.2' + s.add_runtime_dependency 'activesupport', '>= 6.0', '< 8.1' s.add_runtime_dependency 'granite-form', '>= 0.3.0' s.add_runtime_dependency 'memoist', '~> 0.16' s.add_runtime_dependency 'ruby2_keywords', '~> 0.0.5'