From 24c246364a01106df70c5087bc0310e803d19653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 13:05:10 +0000 Subject: [PATCH] Bump activerecord from 6.1.4.1 to 7.0.2.3 Bumps [activerecord](https://github.com/rails/rails) from 6.1.4.1 to 7.0.2.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.2.3/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.4.1...v7.0.2.3) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 32a1abee9..37758485b 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ end group(:unknown) do gem 'maruku', '~> 0.7' - gem 'activerecord', '~>6' + gem 'activerecord', '~>7' end # group(:debug) do diff --git a/Gemfile.lock b/Gemfile.lock index bff05c51c..7337c65ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,17 +7,16 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (2.3.6) - activemodel (6.1.5) - activesupport (= 6.1.5) - activerecord (6.1.5) - activemodel (= 6.1.5) - activesupport (= 6.1.5) - activesupport (6.1.5) + activemodel (7.0.2.3) + activesupport (= 7.0.2.3) + activerecord (7.0.2.3) + activemodel (= 7.0.2.3) + activesupport (= 7.0.2.3) + activesupport (7.0.2.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) blockenspiel (0.5.0) @@ -158,14 +157,13 @@ GEM webrick (1.7.0) yard (0.9.27) webrick (~> 1.7.0) - zeitwerk (2.5.4) PLATFORMS ruby x86_64-darwin-18 DEPENDENCIES - activerecord (~> 6) + activerecord (~> 7) git (~> 1.8) jekyll (~> 4.1) json (~> 2.5)