From b5b1fc42d36f57434e31070e7f2759c1eef156fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:21:20 +0000 Subject: [PATCH] Update activerecord requirement from >= 5.2, < 8 to >= 5.2, < 9 Updates the requirements on [activerecord](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/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.0...v7.1.5) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- amountable.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amountable.gemspec b/amountable.gemspec index f1f76b6..faed630 100644 --- a/amountable.gemspec +++ b/amountable.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |gem| gem.require_paths = ['lib'] gem.required_ruby_version = '>= 2.7' - gem.add_dependency 'activerecord', '>= 5.2', '< 8' + gem.add_dependency 'activerecord', '>= 5.2', '< 9' gem.add_dependency 'activerecord-import', '>= 0.19.1' gem.add_dependency 'money-rails', '>=1.7.0' gem.add_dependency 'monetize'