From 3a9445304854aec3b258be059396fed840e61734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 22:56:18 +0000 Subject: [PATCH] Update activerecord requirement from >= 3.1.0, < 4.0.0 to >= 3.1.0, < 8.0.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/v3.2.22.5...v7.0.4.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 34 ++++++++++++++++------------------ mighty_associations.gemspec | 2 +- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3fd2049..12be9de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,37 +2,34 @@ PATH remote: . specs: mighty_associations (0.1.0) - activerecord (>= 3.1.0, < 4.0.0) + activerecord (>= 3.1.0, < 8.0.0) GEM remote: https://rubygems.org/ specs: - activemodel (3.2.22.5) - activesupport (= 3.2.22.5) - builder (~> 3.0.0) - activerecord (3.2.22.5) - activemodel (= 3.2.22.5) - activesupport (= 3.2.22.5) - arel (~> 3.0.2) - tzinfo (~> 0.3.29) - activesupport (3.2.22.5) - i18n (~> 0.6, >= 0.6.4) - multi_json (~> 1.0) - arel (3.0.3) - builder (3.0.4) + 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) columnize (0.9.0) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.10) debugger (1.6.8) columnize (>= 0.3.1) debugger-linecache (~> 1.2.0) debugger-ruby_core_source (~> 1.3.5) debugger-linecache (1.2.0) debugger-ruby_core_source (1.3.8) - i18n (0.9.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.5.1) linecache (1.3.1) - multi_json (1.15.0) + minitest (5.17.0) rake (13.0.3) rdoc (5.1.0) ruby-debug (0.10.4) @@ -41,7 +38,8 @@ GEM ruby-debug-base (0.10.4) linecache (>= 0.3) sqlite3 (1.4.2) - tzinfo (0.3.59) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby diff --git a/mighty_associations.gemspec b/mighty_associations.gemspec index cc28a50..acfbde6 100644 --- a/mighty_associations.gemspec +++ b/mighty_associations.gemspec @@ -40,7 +40,7 @@ Gem::Specification.new do |s| "test/test_helper.rb" ] - s.add_runtime_dependency 'activerecord', '>= 3.1.0', '< 4.0.0' + s.add_runtime_dependency 'activerecord', '>= 3.1.0', '< 8.0.0' s.add_development_dependency 'sqlite3' if s.respond_to? :specification_version then