diff --git a/Gemfile b/Gemfile index d3f78959..264caefb 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.1' +gem 'aasm', '~> 5.4.0' gem 'acts_as_list' gem 'bcrypt', '~> 3.1.18' gem 'htmlentities' diff --git a/Gemfile.lock b/Gemfile.lock index ea358604..7d8f13e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.3.2) - aasm (5.3.1) + aasm (5.4.0) concurrent-ruby (~> 1.0) actioncable (6.0.5.1) actionpack (= 6.0.5.1) @@ -328,7 +328,7 @@ PLATFORMS DEPENDENCIES RedCloth - aasm (~> 5.3.1) + aasm (~> 5.4.0) actionpack-xml_parser (~> 2.0) activemodel-serializers-xml (~> 1.0.1) acts_as_list