From 6d989c1f610f4a9eaee55c86d0c7ac132bd44ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:34:58 +0000 Subject: [PATCH] Update activerecord requirement from ~> 4.1.0 to >= 4.1, < 7.2 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.3/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.1.0...v7.1.3) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- activerecord-crate-adapter.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord-crate-adapter.gemspec b/activerecord-crate-adapter.gemspec index df18ca3..b1ccb2a 100644 --- a/activerecord-crate-adapter.gemspec +++ b/activerecord-crate-adapter.gemspec @@ -48,7 +48,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rake" spec.add_development_dependency "rspec", "~> 3.13" - spec.add_dependency('activerecord', '~> 4.1.0') + spec.add_dependency('activerecord', '>= 4.1', '< 7.2') spec.add_dependency('arel', '>= 5.0.0') spec.add_dependency('crate_ruby', '~> 0.2.0') # https://github.com/ruby/bigdecimal#which-version-should-you-select