From 43ea9ffda38261d542cad8a8c00721ca89663a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 06:57:06 +0000 Subject: [PATCH] Bump aasm from 5.4.0 to 5.5.0 Bumps [aasm](https://github.com/aasm/aasm) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/aasm/aasm/releases) - [Changelog](https://github.com/aasm/aasm/blob/master/CHANGELOG.md) - [Commits](https://github.com/aasm/aasm/commits) --- updated-dependencies: - dependency-name: aasm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 44f0b7e3..53d86042 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT GEM remote: https://rubygems.org/ specs: - aasm (5.4.0) + aasm (5.5.0) concurrent-ruby (~> 1.0) actioncable (7.0.4.2) actionpack (= 7.0.4.2) @@ -129,7 +129,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) connection_pool (2.3.0) crass (1.0.6) date (3.3.3)