From ec138ca16afa90d34ac73a3b20ab22c46e82a605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 00:12:25 +0000 Subject: [PATCH] Bump activerecord from 6.1.7.1 to 7.1.5.2 in /pgcat/tests/ruby Bumps [activerecord](https://github.com/rails/rails) from 6.1.7.1 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/v6.1.7.1...v7.1.5.2) --- updated-dependencies: - dependency-name: activerecord dependency-version: 7.1.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pgcat/tests/ruby/Gemfile.lock | 38 +++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/pgcat/tests/ruby/Gemfile.lock b/pgcat/tests/ruby/Gemfile.lock index 9100aa7..60e4be5 100644 --- a/pgcat/tests/ruby/Gemfile.lock +++ b/pgcat/tests/ruby/Gemfile.lock @@ -1,23 +1,38 @@ GEM remote: https://rubygems.org/ specs: - activemodel (6.1.7.1) - activesupport (= 6.1.7.1) - activerecord (6.1.7.1) - activemodel (= 6.1.7.1) - activesupport (= 6.1.7.1) - activesupport (6.1.7.1) + 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) - zeitwerk (~> 2.3) ast (2.4.2) - concurrent-ruby (1.3.4) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) + concurrent-ruby (1.3.5) + connection_pool (2.5.3) diff-lcs (1.5.0) - i18n (1.14.6) + drb (2.2.3) + i18n (1.14.7) concurrent-ruby (~> 1.0) - minitest (5.25.1) + logger (1.7.0) + minitest (5.25.5) + mutex_m (0.3.0) parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) @@ -51,13 +66,14 @@ GEM rubocop-ast (1.17.0) parser (>= 3.1.1.0) ruby-progressbar (1.11.0) + securerandom (0.3.2) + timeout (0.4.3) toml (0.3.0) parslet (>= 1.8.0, < 3.0.0) toxiproxy (2.0.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.1.0) - zeitwerk (2.6.18) PLATFORMS aarch64-linux