From f8216d4fc2c40fa6c283cb7269860787d4c86248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 23:11:20 +0000 Subject: [PATCH] Bump activerecord from 4.1.0 to 4.2.11.3 Bumps [activerecord](https://github.com/rails/rails) from 4.1.0 to 4.2.11.3. - [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/v4.1.0...v4.2.11.3) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e95adde..bac9f74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,27 +1,27 @@ GEM remote: https://rubygems.org/ specs: - activemodel (4.1.0) - activesupport (= 4.1.0) + activemodel (4.2.11.3) + activesupport (= 4.2.11.3) builder (~> 3.1) - activerecord (4.1.0) - activemodel (= 4.1.0) - activesupport (= 4.1.0) - arel (~> 5.0.0) - activesupport (4.1.0) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) + activerecord (4.2.11.3) + activemodel (= 4.2.11.3) + activesupport (= 4.2.11.3) + arel (~> 6.0) + activesupport (4.2.11.3) + i18n (~> 0.7) minitest (~> 5.1) - thread_safe (~> 0.1) + thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - arel (5.0.1.20140414130214) + arel (6.0.4) backports (3.6.0) - builder (3.2.2) + builder (3.2.4) coderay (1.1.0) coffee-script (2.3.0) coffee-script-source execjs coffee-script-source (1.7.1) + concurrent-ruby (1.1.9) diff-lcs (1.2.5) dotenv (0.7.0) execjs (2.2.1) @@ -38,11 +38,11 @@ GEM sprockets (>= 2.0.3) tilt hike (1.2.3) - i18n (0.6.9) - json (1.8.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) libv8 (3.16.14.7) method_source (0.8.2) - minitest (5.3.3) + minitest (5.12.0) multi_json (1.9.3) pg (0.17.1) pry (0.9.12.6) @@ -106,9 +106,9 @@ GEM libv8 (~> 3.16.14.0) ref thor (0.17.0) - thread_safe (0.3.3) + thread_safe (0.3.6) tilt (1.4.1) - tzinfo (1.1.0) + tzinfo (1.2.9) thread_safe (~> 0.1) PLATFORMS