From 16173c42472b8bd4d9723224cb235ffdae3b681d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 00:04:49 +0000 Subject: [PATCH] Bump activerecord from 3.2.13 to 7.0.3.1 Bumps [activerecord](https://github.com/rails/rails) from 3.2.13 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/v3.2.13...v7.0.3.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 95e886a..3156b46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,26 +8,32 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (3.2.13) - activesupport (= 3.2.13) - builder (~> 3.0.0) - activerecord (3.2.13) - activemodel (= 3.2.13) - activesupport (= 3.2.13) - arel (~> 3.0.2) - tzinfo (~> 0.3.29) - activeresource (3.2.13) - activemodel (= 3.2.13) - activesupport (= 3.2.13) - activesupport (3.2.13) - i18n (= 0.6.1) - multi_json (~> 1.0) - arel (3.0.2) - builder (3.0.4) - i18n (0.6.1) - multi_json (1.7.3) + activemodel (7.0.3.1) + activesupport (= 7.0.3.1) + activemodel-serializers-xml (1.0.2) + activemodel (> 5.x) + activesupport (> 5.x) + builder (~> 3.1) + activerecord (7.0.3.1) + activemodel (= 7.0.3.1) + activesupport (= 7.0.3.1) + activeresource (6.0.0) + activemodel (>= 6.0) + activemodel-serializers-xml (~> 1.0) + activesupport (>= 6.0) + activesupport (7.0.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + builder (3.2.4) + concurrent-ruby (1.1.10) + i18n (1.11.0) + concurrent-ruby (~> 1.0) + minitest (5.16.2) rake (10.0.4) - tzinfo (0.3.37) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby