mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Merge pull request #3187 from TracksApp/dependabot/bundler/aasm-5.5.2
Bump aasm from 5.5.1 to 5.5.2
This commit is contained in:
commit
9ac6da46ef
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -8,7 +8,7 @@ gem 'rails', '~> 7.1'
|
|||
gem 'font-awesome-sass', '~> 6.7.2'
|
||||
gem 'jquery-rails', '~> 4.6'
|
||||
gem 'jquery-ui-rails', '~>8.0.0'
|
||||
gem 'aasm', '~> 5.5.1'
|
||||
gem 'aasm', '~> 5.5.2'
|
||||
gem 'acts_as_list'
|
||||
gem 'bcrypt', '~> 3.1.20'
|
||||
gem 'htmlentities'
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ GEM
|
|||
remote: https://rubygems.org/
|
||||
specs:
|
||||
RedCloth (4.3.4)
|
||||
aasm (5.5.1)
|
||||
aasm (5.5.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
actioncable (7.1.5.2)
|
||||
actionpack (= 7.1.5.2)
|
||||
|
|
@ -426,7 +426,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
RedCloth
|
||||
aasm (~> 5.5.1)
|
||||
aasm (~> 5.5.2)
|
||||
actionpack-xml_parser (~> 2.0)
|
||||
activemodel-serializers-xml (~> 1.0.3)
|
||||
acts_as_list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue