From 9f6e249e5d3c921cb363008beaab2aa2a0db15f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 19:33:15 +0000 Subject: [PATCH] Bump activerecord from 3.1.3 to 5.2.8.1 Bumps [activerecord](https://github.com/rails/rails) from 3.1.3 to 5.2.8.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.1.3...v5.2.8.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 90b2ed4..590dc10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,28 +1,29 @@ GEM remote: http://rubygems.org/ specs: - activemodel (3.1.3) - activesupport (= 3.1.3) - builder (~> 3.0.0) - i18n (~> 0.6) - activerecord (3.1.3) - activemodel (= 3.1.3) - activesupport (= 3.1.3) - arel (~> 2.2.1) - tzinfo (~> 0.3.29) - activesupport (3.1.3) - multi_json (~> 1.0) + 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) + activesupport (5.2.8.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) archive-tar-minitar (0.5.2) - arel (2.2.1) - builder (3.0.0) + arel (9.0.0) colorize (0.5.8) columnize (0.3.6) + concurrent-ruby (1.1.10) diff-lcs (1.1.3) - i18n (0.6.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (1.6.4) linecache19 (0.5.12) ruby_core_source (>= 0.1.4) - multi_json (1.0.4) + minitest (5.16.3) nyan-cat-formatter (0.0.5) rdoc (3.12) json (~> 1.4) @@ -50,7 +51,9 @@ GEM ruby_parser (>= 2.0.4) sexp_processor (>= 3.0.1) sexp_processor (3.0.10) - tzinfo (0.3.31) + thread_safe (0.3.6) + tzinfo (1.2.10) + thread_safe (~> 0.1) PLATFORMS ruby