From d3179e473d5e7751b18453b8642a8e12e1bce58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 19:42:17 +0000 Subject: [PATCH] Bump activerecord from 6.0.0 to 7.0.3.1 in /persistence Bumps [activerecord](https://github.com/rails/rails) from 6.0.0 to 7.0.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v7.0.3.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- persistence/Gemfile.lock | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/persistence/Gemfile.lock b/persistence/Gemfile.lock index 07db8978..a33aa534 100644 --- a/persistence/Gemfile.lock +++ b/persistence/Gemfile.lock @@ -26,19 +26,18 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.0.0) - activesupport (= 6.0.0) - activerecord (6.0.0) - activemodel (= 6.0.0) - activesupport (= 6.0.0) - activesupport (6.0.0) + activemodel (7.0.3.1) + activesupport (= 7.0.3.1) + activerecord (7.0.3.1) + activemodel (= 7.0.3.1) + activesupport (= 7.0.3.1) + activesupport (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.1, >= 2.1.8) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) diff-lcs (1.3) dotenv (2.7.5) dry-configurable (0.8.3) @@ -67,11 +66,11 @@ GEM dry-equalizer (~> 0.2, >= 0.2.2) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) - i18n (1.7.0) + i18n (1.11.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) method_source (0.9.2) - minitest (5.12.2) + minitest (5.16.2) pg (1.1.4) pry (0.12.2) coderay (~> 1.1.0) @@ -90,10 +89,8 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) - zeitwerk (2.2.0) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby