From c0e19c38510b012e541ab02d4fc6d323d6e5c93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 22:29:07 +0000 Subject: [PATCH] Bump activerecord from 5.1.4 to 6.0.6.1 in /test Bumps [activerecord](https://github.com/rails/rails) from 5.1.4 to 6.0.6.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.1.4...v6.0.6.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: indirect ... Signed-off-by: dependabot[bot] --- test/Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/test/Gemfile.lock b/test/Gemfile.lock index ab3c480..c25ed99 100644 --- a/test/Gemfile.lock +++ b/test/Gemfile.lock @@ -1,19 +1,18 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.1.4) - activesupport (= 5.1.4) - activerecord (5.1.4) - activemodel (= 5.1.4) - activesupport (= 5.1.4) - arel (~> 8.0) - activesupport (5.1.4) + activemodel (6.0.6.1) + activesupport (= 6.0.6.1) + activerecord (6.0.6.1) + activemodel (= 6.0.6.1) + activesupport (= 6.0.6.1) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - arel (8.0.0) - concurrent-ruby (1.0.5) + zeitwerk (~> 2.2, >= 2.2.2) + concurrent-ruby (1.1.10) i18n (0.9.3) concurrent-ruby (~> 1.0) minitest (5.11.3) @@ -33,8 +32,9 @@ GEM sinatra (>= 1.0) thread_safe (0.3.6) tilt (2.0.9) - tzinfo (1.2.5) + tzinfo (1.2.10) thread_safe (~> 0.1) + zeitwerk (2.6.6) PLATFORMS ruby