From 1a7cc5bfb09f222eac5bd71cf6655cae0d5299c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:25:22 +0000 Subject: [PATCH] Bump activerecord from 2.3.18 to 6.1.7.1 in /vagrant/utils Bumps [activerecord](https://github.com/rails/rails) from 2.3.18 to 6.1.7.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/v2.3.18...v6.1.7.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vagrant/utils/Gemfile.lock | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/vagrant/utils/Gemfile.lock b/vagrant/utils/Gemfile.lock index ad19e7943..1a14f7517 100644 --- a/vagrant/utils/Gemfile.lock +++ b/vagrant/utils/Gemfile.lock @@ -1,19 +1,30 @@ GEM remote: https://rubygems.org/ specs: - activerecord (2.3.18) - activesupport (= 2.3.18) + activemodel (6.1.7.1) + activesupport (= 6.1.7.1) + activerecord (6.1.7.1) + activemodel (= 6.1.7.1) + activesupport (= 6.1.7.1) activerecord-mysql2-adapter (0.0.3) mysql2 - activesupport (2.3.18) + activesupport (6.1.7.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) beefcake (0.3.7) bson (1.9.1) bson_ext (1.9.1) bson (~> 1.9.1) builder (3.2.2) - i18n (0.6.4) + concurrent-ruby (1.1.10) + i18n (1.12.0) + concurrent-ruby (~> 1.0) iconv (1.0.3) innertube (1.0.2) + minitest (5.17.0) mongo (1.9.1) bson (~> 1.9.1) multi_json (1.7.8) @@ -27,6 +38,9 @@ GEM i18n (>= 0.4.0) innertube (~> 1.0.2) multi_json (~> 1.0) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.6) PLATFORMS ruby