diff --git a/Gemfile b/Gemfile index 7656d5d9..b8dbd703 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 7.0' gem 'font-awesome-sass', '~> 6.7.2' gem 'jquery-rails', '~> 4.6' gem 'jquery-ui-rails', '~>7.0.0' -gem 'aasm', '~> 5.5.0' +gem 'aasm', '~> 5.5.1' gem 'acts_as_list' gem 'bcrypt', '~> 3.1.20' gem 'htmlentities' diff --git a/Gemfile.lock b/Gemfile.lock index 880c3469..aa708cbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.3.4) - aasm (5.5.0) + aasm (5.5.1) concurrent-ruby (~> 1.0) actioncable (7.1.5.1) actionpack (= 7.1.5.1) @@ -117,7 +117,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) connection_pool (2.5.3) crass (1.0.6) dartsass-sprockets (3.2.1) @@ -410,7 +410,7 @@ PLATFORMS DEPENDENCIES RedCloth - aasm (~> 5.5.0) + aasm (~> 5.5.1) actionpack-xml_parser (~> 2.0) activemodel-serializers-xml (~> 1.0.3) acts_as_list