From 968cd7981a28cef3fd9339cd7c3f87468962dc98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 09:04:14 -0400 Subject: [PATCH] Bump aasm from 5.5.0 to 5.5.1 (#2384) Bumps [aasm](https://github.com/aasm/aasm) from 5.5.0 to 5.5.1. - [Changelog](https://github.com/aasm/aasm/blob/master/CHANGELOG.md) - [Commits](https://github.com/aasm/aasm/commits/v5.5.1) --- updated-dependencies: - dependency-name: aasm dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2cc4b245..069f66fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT GEM remote: https://rubygems.org/ specs: - aasm (5.5.0) + aasm (5.5.1) concurrent-ruby (~> 1.0) actioncable (7.2.2.1) actionpack (= 7.2.2.1)