From aa19d51ceb6669141410f5bf27015433824d9b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:36:44 +0000 Subject: [PATCH] Update activerecord requirement from ~> 6.0 to ~> 7.1 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/v7.1.0/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v7.1.0) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- queue_classic_plus.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue_classic_plus.gemspec b/queue_classic_plus.gemspec index 5321584..9ee380f 100644 --- a/queue_classic_plus.gemspec +++ b/queue_classic_plus.gemspec @@ -26,6 +26,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", "~> 2.0" end spec.add_development_dependency "rake" - spec.add_development_dependency "activerecord", "~> 6.0" + spec.add_development_dependency "activerecord", "~> 7.1" spec.add_development_dependency "activejob" end