Merge pull request #2897 from TracksApp/dependabot/bundler/aasm-5.5.0

Bump aasm from 5.4.0 to 5.5.0
This commit is contained in:
Jyri-Petteri Paloposki 2023-03-14 21:55:08 +02:00 committed by GitHub
commit 0e5fa90c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ gem 'font-awesome-sass', '~> 6.2.1'
gem 'uglifier', '>=1.3.0'
gem 'aasm', '~> 5.4.0'
gem 'aasm', '~> 5.5.0'
gem 'acts_as_list'
gem 'bcrypt', '~> 3.1.18'
gem 'htmlentities'

View file

@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.2)
aasm (5.4.0)
aasm (5.5.0)
concurrent-ruby (~> 1.0)
actioncable (6.0.5.1)
actionpack (= 6.0.5.1)
@ -345,7 +345,7 @@ PLATFORMS
DEPENDENCIES
RedCloth
aasm (~> 5.4.0)
aasm (~> 5.5.0)
actionpack-xml_parser (~> 2.0)
activemodel-serializers-xml (~> 1.0.1)
acts_as_list