From a8204e1325c278c71eeb295eadec2affc7e38e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 23:02:26 +0000 Subject: [PATCH] Bump activerecord from 4.2.10 to 7.0.3.1 Bumps [activerecord](https://github.com/rails/rails) from 4.2.10 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/v4.2.10...v7.0.3.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 163587d..4e24ec2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,24 +7,20 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (4.2.10) - activesupport (= 4.2.10) - builder (~> 3.1) - activerecord (4.2.10) - activemodel (= 4.2.10) - activesupport (= 4.2.10) - arel (~> 6.0) - activesupport (4.2.10) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - arel (6.0.4) - builder (3.2.3) - concurrent-ruby (1.0.5) - i18n (0.9.1) + 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 (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + concurrent-ruby (1.1.10) + i18n (1.11.0) concurrent-ruby (~> 1.0) - minitest (5.11.1) + minitest (5.16.2) rake (13.0.1) rdoc (6.0.1) shoulda (3.5.0) @@ -34,9 +30,8 @@ GEM shoulda-matchers (2.8.0) activesupport (>= 3.0.0) sqlite3 (1.3.13) - thread_safe (0.3.6) - tzinfo (1.2.4) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby