From 4d8758b3de0ffc3657094e57fc8e8d4e91109a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:41:04 +0000 Subject: [PATCH] Bump activerecord from 4.0.2 to 7.1.5.2 Bumps [activerecord](https://github.com/rails/rails) from 4.0.2 to 7.1.5.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.0.2...v7.1.5.2) --- updated-dependencies: - dependency-name: activerecord dependency-version: 7.1.5.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 68 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 29 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e3f8c5..1b65b12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,35 +1,44 @@ GEM remote: https://rubygems.org/ specs: - activemodel (4.0.2) - activesupport (= 4.0.2) - builder (~> 3.1.0) - activerecord (4.0.2) - activemodel (= 4.0.2) - activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.2) - arel (~> 4.0.0) - activerecord-deprecated_finders (1.0.3) - activesupport (4.0.2) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) - arel (4.0.1) - atomic (1.1.14) - builder (3.1.4) + activemodel (7.1.5.2) + activesupport (= 7.1.5.2) + activerecord (7.1.5.2) + activemodel (= 7.1.5.2) + activesupport (= 7.1.5.2) + timeout (>= 0.4.0) + activesupport (7.1.5.2) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + logger (>= 1.4.2) + minitest (>= 5.1) + mutex_m + securerandom (>= 0.3) + tzinfo (~> 2.0) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) coderay (1.0.9) - delayed_job (4.0.0) - activesupport (>= 3.0, < 4.1) - delayed_job_active_record (4.0.0) - activerecord (>= 3.0, < 4.1) - delayed_job (>= 3.0, < 4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.3) + delayed_job (4.1.13) + activesupport (>= 3.0, < 9.0) + delayed_job_active_record (4.1.11) + activerecord (>= 3.0, < 9.0) + delayed_job (>= 3.0, < 5) + drb (2.2.3) hiredis (0.4.5) - i18n (0.6.9) + i18n (1.14.7) + concurrent-ruby (~> 1.0) + logger (1.7.0) method_source (0.8.1) - minitest (4.7.5) - multi_json (1.8.2) + minitest (5.25.5) + mutex_m (0.3.0) pg (0.17.1) pry (0.9.12.1) coderay (~> 1.0.5) @@ -39,10 +48,11 @@ GEM queue_classic (3.0.0rc) pg (~> 0.17.0) redis (3.0.6) + securerandom (0.4.1) slop (3.4.4) - thread_safe (0.1.3) - atomic - tzinfo (0.3.38) + timeout (0.4.3) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby