We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e26dc83 + def730f commit 9ac6da4Copy full SHA for 9ac6da4
Gemfile
@@ -8,7 +8,7 @@ gem 'rails', '~> 7.1'
8
gem 'font-awesome-sass', '~> 6.7.2'
9
gem 'jquery-rails', '~> 4.6'
10
gem 'jquery-ui-rails', '~>8.0.0'
11
-gem 'aasm', '~> 5.5.1'
+gem 'aasm', '~> 5.5.2'
12
gem 'acts_as_list'
13
gem 'bcrypt', '~> 3.1.20'
14
gem 'htmlentities'
Gemfile.lock
@@ -2,7 +2,7 @@ GEM
2
remote: https://rubygems.org/
3
specs:
4
RedCloth (4.3.4)
5
- aasm (5.5.1)
+ aasm (5.5.2)
6
concurrent-ruby (~> 1.0)
7
actioncable (7.1.5.2)
actionpack (= 7.1.5.2)
@@ -426,7 +426,7 @@ PLATFORMS
426
427
DEPENDENCIES
428
RedCloth
429
- aasm (~> 5.5.1)
+ aasm (~> 5.5.2)
430
actionpack-xml_parser (~> 2.0)
431
activemodel-serializers-xml (~> 1.0.3)
432
acts_as_list
0 commit comments