From 3a486e7663c1d1b70082cd3b0e96de2fdec06a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 13:12:41 +0000 Subject: [PATCH] Update activerecord requirement from ~> 6.0 to ~> 7.0 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.0.0/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v7.0.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 e9acefb..f415d30 100644 --- a/queue_classic_plus.gemspec +++ b/queue_classic_plus.gemspec @@ -25,6 +25,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.0" spec.add_development_dependency "activejob" end