From 5a06e1000cfd36a3a6186ce8a664ab2ca1c3afad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:24:09 +0000 Subject: [PATCH] Update activesupport requirement from >= 6.0, < 7.2 to >= 6.0, < 7.3 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.2.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v7.1.4) --- 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..8ad3763 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', '< 7.3' 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'