From 0177a1ae968bca9c8666f677d3898d73f8a6695b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 01:39:51 +0000 Subject: [PATCH] Bump activerecord from 2.3.18 to 5.2.8.1 in /vagrant/utils Bumps [activerecord](https://github.com/rails/rails) from 2.3.18 to 5.2.8.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/v2.3.18...v5.2.8.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vagrant/utils/Gemfile.lock | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/vagrant/utils/Gemfile.lock b/vagrant/utils/Gemfile.lock index ad19e7943..9f9a28bbb 100644 --- a/vagrant/utils/Gemfile.lock +++ b/vagrant/utils/Gemfile.lock @@ -1,19 +1,31 @@ GEM remote: https://rubygems.org/ specs: - activerecord (2.3.18) - activesupport (= 2.3.18) + activemodel (5.2.8.1) + activesupport (= 5.2.8.1) + activerecord (5.2.8.1) + activemodel (= 5.2.8.1) + activesupport (= 5.2.8.1) + arel (>= 9.0) activerecord-mysql2-adapter (0.0.3) mysql2 - activesupport (2.3.18) + activesupport (5.2.8.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (9.0.0) 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.11.0) + concurrent-ruby (~> 1.0) iconv (1.0.3) innertube (1.0.2) + minitest (5.16.2) mongo (1.9.1) bson (~> 1.9.1) multi_json (1.7.8) @@ -27,6 +39,9 @@ GEM i18n (>= 0.4.0) innertube (~> 1.0.2) multi_json (~> 1.0) + thread_safe (0.3.6) + tzinfo (1.2.9) + thread_safe (~> 0.1) PLATFORMS ruby