mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Bump aasm from 5.5.0 to 5.5.1
Bumps [aasm](https://github.com/aasm/aasm) from 5.5.0 to 5.5.1. - [Changelog](https://github.com/aasm/aasm/blob/master/CHANGELOG.md) - [Commits](https://github.com/aasm/aasm/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: aasm dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c43cd6cb16
commit
3e07e27099
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -8,7 +8,7 @@ gem 'rails', '~> 7.0'
|
||||||
gem 'font-awesome-sass', '~> 6.7.2'
|
gem 'font-awesome-sass', '~> 6.7.2'
|
||||||
gem 'jquery-rails', '~> 4.6'
|
gem 'jquery-rails', '~> 4.6'
|
||||||
gem 'jquery-ui-rails', '~>7.0.0'
|
gem 'jquery-ui-rails', '~>7.0.0'
|
||||||
gem 'aasm', '~> 5.5.0'
|
gem 'aasm', '~> 5.5.1'
|
||||||
gem 'acts_as_list'
|
gem 'acts_as_list'
|
||||||
gem 'bcrypt', '~> 3.1.20'
|
gem 'bcrypt', '~> 3.1.20'
|
||||||
gem 'htmlentities'
|
gem 'htmlentities'
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
RedCloth (4.3.4)
|
RedCloth (4.3.4)
|
||||||
aasm (5.5.0)
|
aasm (5.5.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
actioncable (7.1.5.1)
|
actioncable (7.1.5.1)
|
||||||
actionpack (= 7.1.5.1)
|
actionpack (= 7.1.5.1)
|
||||||
|
|
@ -117,7 +117,7 @@ GEM
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.3.4)
|
concurrent-ruby (1.3.5)
|
||||||
connection_pool (2.5.3)
|
connection_pool (2.5.3)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
dartsass-sprockets (3.2.1)
|
dartsass-sprockets (3.2.1)
|
||||||
|
|
@ -410,7 +410,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
RedCloth
|
RedCloth
|
||||||
aasm (~> 5.5.0)
|
aasm (~> 5.5.1)
|
||||||
actionpack-xml_parser (~> 2.0)
|
actionpack-xml_parser (~> 2.0)
|
||||||
activemodel-serializers-xml (~> 1.0.3)
|
activemodel-serializers-xml (~> 1.0.3)
|
||||||
acts_as_list
|
acts_as_list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue