From 266b4da51f27b5f53ffbe28f5974e370aeef779e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 17:19:54 +0000 Subject: [PATCH] Update activerecord requirement from ~> 4.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.4.3/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.0.2...v7.0.4.3) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 42 +++++++++++++++++------------------------- has-bit-field.gemspec | 2 +- 2 files changed, 18 insertions(+), 26 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae2b6a5..370e34e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,36 +6,28 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (4.0.2) - activesupport (= 4.0.2) - builder (~> 3.1.0) - activerecord (4.0.2) - activemodel (= 4.0.2) - activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.2) - arel (~> 4.0.0) - activerecord-deprecated_finders (1.0.3) - activesupport (4.0.2) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) - arel (4.0.1) - atomic (1.1.14) - builder (3.1.4) - i18n (0.6.9) - minitest (4.7.5) - multi_json (1.8.4) + activemodel (7.0.4.3) + activesupport (= 7.0.4.3) + activerecord (7.0.4.3) + activemodel (= 7.0.4.3) + activesupport (= 7.0.4.3) + activesupport (7.0.4.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + concurrent-ruby (1.2.2) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.18.0) sqlite3 (1.3.7) - thread_safe (0.1.3) - atomic - tzinfo (0.3.38) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby DEPENDENCIES - activerecord (~> 4.0) + activerecord (~> 7.0) has-bit-field! sqlite3 diff --git a/has-bit-field.gemspec b/has-bit-field.gemspec index 5bdd614..5421683 100644 --- a/has-bit-field.gemspec +++ b/has-bit-field.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.rubyforge_project = "has-bit-field" s.add_development_dependency "sqlite3" - s.add_development_dependency "activerecord", "~> 4.0" + s.add_development_dependency "activerecord", "~> 7.0" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")