From def730f49f0033a5335bc12f0423286ebf5afe7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 00:01:14 +0000 Subject: [PATCH] Bump aasm from 5.5.1 to 5.5.2 Bumps [aasm](https://github.com/aasm/aasm) from 5.5.1 to 5.5.2. - [Changelog](https://github.com/aasm/aasm/blob/master/CHANGELOG.md) - [Commits](https://github.com/aasm/aasm/compare/v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: aasm dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 458001a8..0da3c243 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 7.1' gem 'font-awesome-sass', '~> 6.7.2' gem 'jquery-rails', '~> 4.6' gem 'jquery-ui-rails', '~>8.0.0' -gem 'aasm', '~> 5.5.1' +gem 'aasm', '~> 5.5.2' gem 'acts_as_list' gem 'bcrypt', '~> 3.1.20' gem 'htmlentities' diff --git a/Gemfile.lock b/Gemfile.lock index e093eea1..c9f426e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.3.4) - aasm (5.5.1) + aasm (5.5.2) concurrent-ruby (~> 1.0) actioncable (7.1.5.2) actionpack (= 7.1.5.2) @@ -426,7 +426,7 @@ PLATFORMS DEPENDENCIES RedCloth - aasm (~> 5.5.1) + aasm (~> 5.5.2) actionpack-xml_parser (~> 2.0) activemodel-serializers-xml (~> 1.0.3) acts_as_list