From ecda6f5e5223391f094a6d6cfba5d7d5a24de72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:57:02 +0000 Subject: [PATCH] Update activerecord requirement from >= 6.1, < 8 to >= 6.1, < 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/v6.1.0...v7.1.5) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- acts_as_paranoid.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acts_as_paranoid.gemspec b/acts_as_paranoid.gemspec index 777f91a..2fd3d79 100644 --- a/acts_as_paranoid.gemspec +++ b/acts_as_paranoid.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| spec.files = File.read("Manifest.txt").split spec.require_paths = ["lib"] - spec.add_dependency "activerecord", ">= 6.1", "< 8" + spec.add_dependency "activerecord", ">= 6.1", "< 9" spec.add_dependency "activesupport", ">= 6.1", "< 8" spec.add_development_dependency "appraisal", "~> 2.3"