From 0f37da0d700e3bc152caf5271652d725b9a8890d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:00:20 +0000 Subject: [PATCH] Bump activerecord from 5.2.0 to 7.0.7 Bumps [activerecord](https://github.com/rails/rails) from 5.2.0 to 7.0.7. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.7/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.0...v7.0.7) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index da262a2..a3ada72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,25 +6,23 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (5.2.0) - activesupport (= 5.2.0) - activerecord (5.2.0) - activemodel (= 5.2.0) - activesupport (= 5.2.0) - arel (>= 9.0) - activesupport (5.2.0) + activemodel (7.0.7) + activesupport (= 7.0.7) + activerecord (7.0.7) + activemodel (= 7.0.7) + activesupport (= 7.0.7) + activesupport (7.0.7) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - arel (9.0.0) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) coderay (1.1.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.2.2) diff-lcs (1.2.5) - i18n (1.0.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) method_source (0.9.0) - minitest (5.11.3) + minitest (5.19.0) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -42,9 +40,8 @@ GEM rspec-support (~> 3.0.0) rspec-support (3.0.0) sqlite3 (1.3.13) - thread_safe (0.3.6) - tzinfo (1.2.10) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby