From 8232bc7788ae2e2c43b04cbe8aa10a50bbbea0f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 01:10:08 +0000 Subject: [PATCH] Bump activerecord from 7.1.3.2 to 7.1.5.2 Bumps [activerecord](https://github.com/rails/rails) from 7.1.3.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/v7.1.3.2...v7.1.5.2) --- updated-dependencies: - dependency-name: activerecord dependency-version: 7.1.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 45bc6eb..d40d84c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,35 +7,40 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.1.3.2) - activesupport (= 7.1.3.2) - activerecord (7.1.3.2) - activemodel (= 7.1.3.2) - activesupport (= 7.1.3.2) + 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.3.2) + 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.2.0) - bigdecimal (3.1.7) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) coderay (1.1.3) - concurrent-ruby (1.2.3) - connection_pool (2.4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.3) diff-lcs (1.5.1) docile (1.4.0) - drb (2.2.1) - i18n (1.14.4) + drb (2.2.3) + i18n (1.14.7) concurrent-ruby (~> 1.0) + logger (1.7.0) method_source (1.0.0) - minitest (5.22.3) - mutex_m (0.2.0) + minitest (5.25.5) + mutex_m (0.3.0) mysql2 (0.5.6) pg (1.5.6) pry (0.14.2) @@ -55,6 +60,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) + securerandom (0.3.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -67,7 +73,7 @@ GEM sqlite3 (1.7.3-x86-linux) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - timeout (0.4.1) + timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0)