From 570c53ac24f36021172cb746cafd5ab6601af799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:22:32 +0000 Subject: [PATCH] Update activerecord requirement from <= 2.8.0 to <= 7.1.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.4.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v2.3.18...v7.0.4.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 +++++++++++++++++---- sluggable_finder.gemspec | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 050e8a6..6c0d07c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,15 +2,26 @@ PATH remote: . specs: sluggable_finder (2.3.5) - activerecord (<= 2.8.0) + activerecord (<= 7.1.0) GEM remote: http://rubygems.org/ specs: - activerecord (2.3.18) - activesupport (= 2.3.18) - activesupport (2.3.18) + activemodel (7.0.4.1) + activesupport (= 7.0.4.1) + activerecord (7.0.4.1) + activemodel (= 7.0.4.1) + activesupport (= 7.0.4.1) + activesupport (7.0.4.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + concurrent-ruby (1.1.10) diff-lcs (1.1.2) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.17.0) rake (0.8.7) rspec (2.6.0) rspec-core (~> 2.6.0) @@ -21,6 +32,8 @@ GEM diff-lcs (~> 1.1.2) rspec-mocks (2.6.0) sqlite3 (1.3.3) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby diff --git a/sluggable_finder.gemspec b/sluggable_finder.gemspec index e452b0b..5253177 100644 --- a/sluggable_finder.gemspec +++ b/sluggable_finder.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rspec" s.add_development_dependency 'rake' s.add_development_dependency 'sqlite3' - s.add_dependency 'activerecord', "<= 2.8.0" + s.add_dependency 'activerecord', "<= 7.1.0" s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact