From 9d78c973c27f7d75b1b89b7efec05d7b1384ef69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 16:33:04 +0000 Subject: [PATCH] Bump activesupport from 6.1.7.1 to 6.1.7.5 in /pgcat/tests/ruby Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.1 to 6.1.7.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.1...v6.1.7.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- pgcat/tests/ruby/Gemfile.lock | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pgcat/tests/ruby/Gemfile.lock b/pgcat/tests/ruby/Gemfile.lock index 1d2126b..f0a4c91 100644 --- a/pgcat/tests/ruby/Gemfile.lock +++ b/pgcat/tests/ruby/Gemfile.lock @@ -1,12 +1,8 @@ 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) + activerecord (3.2.14) + activesupport (6.1.7.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1)