From 6fd4a8897596cc2303ff23ecf8505466fa0bfe21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:54:18 +0000 Subject: [PATCH] chore(deps): bump the bundler group across 1 directory with 3 updates Bumps the bundler group with 2 updates in the /tests/ruby directory: [activerecord](https://github.com/rails/rails) and [rexml](https://github.com/ruby/rexml). Updates `activerecord` from 7.0.4.1 to 7.1.5.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.4.1...v7.1.5.2) Updates `activesupport` from 7.0.4.1 to 7.1.5.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.4.1...v7.1.5.2) Updates `rexml` from 3.2.5 to 3.4.2 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.4.2) --- updated-dependencies: - dependency-name: activerecord dependency-version: 7.1.5.2 dependency-type: direct:production dependency-group: bundler - dependency-name: activesupport dependency-version: 7.1.5.2 dependency-type: indirect dependency-group: bundler - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- tests/ruby/Gemfile.lock | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/tests/ruby/Gemfile.lock b/tests/ruby/Gemfile.lock index f4946805..d54e97c2 100644 --- a/tests/ruby/Gemfile.lock +++ b/tests/ruby/Gemfile.lock @@ -1,22 +1,38 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.0.4.1) - activesupport (= 7.0.4.1) - activerecord (7.0.4.1) - activemodel (= 7.0.4.1) - activesupport (= 7.0.4.1) - activesupport (7.0.4.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) ast (2.4.2) - concurrent-ruby (1.1.10) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) + connection_pool (2.5.5) diff-lcs (1.5.0) - i18n (1.12.0) + drb (2.2.3) + i18n (1.14.8) concurrent-ruby (~> 1.0) - minitest (5.17.0) + logger (1.7.0) + minitest (5.26.1) + mutex_m (0.3.0) parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) @@ -24,7 +40,7 @@ GEM pg (1.3.2) rainbow (3.1.1) regexp_parser (2.3.1) - rexml (3.2.5) + rexml (3.4.2) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -50,10 +66,12 @@ GEM rubocop-ast (1.17.0) parser (>= 3.1.1.0) ruby-progressbar (1.11.0) + securerandom (0.3.2) + timeout (0.6.1) toml (0.3.0) parslet (>= 1.8.0, < 3.0.0) toxiproxy (2.0.1) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.1.0)