mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Bump aasm from 5.1.1 to 5.2.0
Bumps [aasm](https://github.com/aasm/aasm) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/aasm/aasm/releases) - [Changelog](https://github.com/aasm/aasm/blob/master/CHANGELOG.md) - [Commits](https://github.com/aasm/aasm/compare/v5.1.1...v5.2.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c0f7310479
commit
8cc160553c
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -16,7 +16,7 @@ gem 'font-awesome-sass', '~> 5.15.1'
|
||||||
|
|
||||||
gem 'uglifier', '>=1.3.0'
|
gem 'uglifier', '>=1.3.0'
|
||||||
|
|
||||||
gem 'aasm', '~> 5.1.1'
|
gem 'aasm', '~> 5.2.0'
|
||||||
gem 'acts_as_list'
|
gem 'acts_as_list'
|
||||||
gem 'bcrypt', '~> 3.1.16'
|
gem 'bcrypt', '~> 3.1.16'
|
||||||
gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git'
|
gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git'
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
RedCloth (4.3.2)
|
RedCloth (4.3.2)
|
||||||
aasm (5.1.1)
|
aasm (5.2.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
actioncable (6.0.3.4)
|
actioncable (6.0.3.4)
|
||||||
actionpack (= 6.0.3.4)
|
actionpack (= 6.0.3.4)
|
||||||
|
|
@ -325,7 +325,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
RedCloth
|
RedCloth
|
||||||
aasm (~> 5.1.1)
|
aasm (~> 5.2.0)
|
||||||
actionpack-xml_parser (~> 2.0)
|
actionpack-xml_parser (~> 2.0)
|
||||||
activemodel-serializers-xml (~> 1.0.1)
|
activemodel-serializers-xml (~> 1.0.1)
|
||||||
acts_as_list
|
acts_as_list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue