From 7f8ad761b7b15173fd1381e4e2b8318bf6a9f477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:47:44 +0200 Subject: [PATCH] Bump activesupport from 7.1.3.4 to 7.2.1 in /features-parser (#48) Bumps [activesupport](https://github.com/rails/rails) from 7.1.3.4 to 7.2.1. - [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/v7.1.3.4...v7.2.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- features-parser/Gemfile.lock | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/features-parser/Gemfile.lock b/features-parser/Gemfile.lock index b5a871f..902b0e0 100644 --- a/features-parser/Gemfile.lock +++ b/features-parser/Gemfile.lock @@ -8,20 +8,21 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) ast (2.4.2) base64 (0.2.0) bigdecimal (3.1.8) - concurrent-ruby (1.3.1) + concurrent-ruby (1.3.4) connection_pool (2.4.1) cucumber-gherkin (29.0.0) cucumber-messages (> 25, < 26) @@ -32,8 +33,8 @@ GEM concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - minitest (5.23.1) - mutex_m (0.2.0) + logger (1.6.0) + minitest (5.25.1) parallel (1.26.2) parser (3.3.4.2) ast (~> 2.4.1) @@ -70,6 +71,7 @@ GEM rubocop-ast (1.32.0) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) strscan (3.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0)