From 183dd487812a3a4ace2eb4653fe3eb91e736750d Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Fri, 17 Jul 2020 21:28:42 +0300 Subject: [PATCH] Update aasm to v4. --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 39d70ddd..f093c1f8 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "RedCloth" gem "sanitize", "~> 5.2" gem "will_paginate" gem "acts_as_list" -gem "aasm", '~> 3.4.0' +gem "aasm", '~> 4.12.3' gem "htmlentities" gem "rails_autolink" gem 'puma', '~> 4.3' diff --git a/Gemfile.lock b/Gemfile.lock index e9900d3e..95af30db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,8 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.3.2) - aasm (3.4.0) + aasm (4.12.3) + concurrent-ruby (~> 1.0) actioncable (5.2.4.3) actionpack (= 5.2.4.3) nio4r (~> 2.0) @@ -293,7 +294,7 @@ PLATFORMS DEPENDENCIES RedCloth - aasm (~> 3.4.0) + aasm (~> 4.12.3) actionpack-xml_parser (~> 2.0) activemodel-serializers-xml (~> 1.0.1) acts_as_list