Merge pull request #2453 from TracksApp/dependabot/bundler/aasm-5.1.1

Bump aasm from 4.12.3 to 5.1.1
This commit is contained in:
Jyri-Petteri Paloposki 2020-08-25 17:55:28 +03:00 committed by GitHub
commit 0e5da18b71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 51 additions and 57 deletions

View file

@ -29,7 +29,7 @@ gem "RedCloth"
gem "sanitize", "~> 5.2"
gem "will_paginate"
gem "acts_as_list"
gem "aasm", '~> 4.12.3'
gem "aasm", '~> 5.1.1'
gem "htmlentities"
gem "rails_autolink"
gem 'puma', '~> 4.3'