Skip to content

Commit 9ac6da4

Browse files
authored
Merge pull request #3187 from TracksApp/dependabot/bundler/aasm-5.5.2
Bump aasm from 5.5.1 to 5.5.2
2 parents e26dc83 + def730f commit 9ac6da4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 7.1'
88
gem 'font-awesome-sass', '~> 6.7.2'
99
gem 'jquery-rails', '~> 4.6'
1010
gem 'jquery-ui-rails', '~>8.0.0'
11-
gem 'aasm', '~> 5.5.1'
11+
gem 'aasm', '~> 5.5.2'
1212
gem 'acts_as_list'
1313
gem 'bcrypt', '~> 3.1.20'
1414
gem 'htmlentities'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.3.4)
5-
aasm (5.5.1)
5+
aasm (5.5.2)
66
concurrent-ruby (~> 1.0)
77
actioncable (7.1.5.2)
88
actionpack (= 7.1.5.2)
@@ -426,7 +426,7 @@ PLATFORMS
426426

427427
DEPENDENCIES
428428
RedCloth
429-
aasm (~> 5.5.1)
429+
aasm (~> 5.5.2)
430430
actionpack-xml_parser (~> 2.0)
431431
activemodel-serializers-xml (~> 1.0.3)
432432
acts_as_list

0 commit comments

Comments
 (0)