From aea9acaecb6d6f28af2bd4c20e82eaed44331dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:35:26 +0000 Subject: [PATCH] build(deps): bump activesupport from 7.2.0 to 7.2.1 Bumps [activesupport](https://github.com/rails/rails) from 7.2.0 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.2.0...v7.2.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production 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 0c0a87e..ff98bbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.0) + activesupport (7.2.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -84,7 +84,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2024.0806) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.25.1) multipart-post (2.4.1) nenv (0.3.0) net-http (0.4.1)