From 2eca9a2fac97de0505357d5fe054ff370e1f9bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:01:26 +0000 Subject: [PATCH] Bump activesupport from 7.1.4 to 7.1.4.1 Bumps [activesupport](https://github.com/rails/rails) from 7.1.4 to 7.1.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.4...v7.1.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 13c8e4a..3cc1256 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.4) + activesupport (7.1.4.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -27,7 +27,7 @@ GEM drb (2.2.1) faker (3.4.2) i18n (>= 1.8.11, < 2) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) minitest (5.25.1) mutex_m (0.2.0)