From 11010b3008fec24900cae60411a5211589ef7c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 00:06:13 +0000 Subject: [PATCH] Bump aasm from 5.3.0 to 5.3.1 Bumps [aasm](https://github.com/aasm/aasm) from 5.3.0 to 5.3.1. - [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-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 0a79ac10..f20ebab2 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'font-awesome-sass', '~> 6.2.0' gem 'uglifier', '>=1.3.0' -gem 'aasm', '~> 5.3.0' +gem 'aasm', '~> 5.3.1' gem 'acts_as_list' gem 'bcrypt', '~> 3.1.18' gem 'htmlentities' diff --git a/Gemfile.lock b/Gemfile.lock index d33064f2..74054251 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.3.2) - aasm (5.3.0) + aasm (5.3.1) concurrent-ruby (~> 1.0) actioncable (6.0.5.1) actionpack (= 6.0.5.1) @@ -330,7 +330,7 @@ PLATFORMS DEPENDENCIES RedCloth - aasm (~> 5.3.0) + aasm (~> 5.3.1) actionpack-xml_parser (~> 2.0) activemodel-serializers-xml (~> 1.0.1) acts_as_list