mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-01 18:40:15 +01:00
Bump aasm from 5.2.0 to 5.3.0
Bumps [aasm](https://github.com/aasm/aasm) from 5.2.0 to 5.3.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.2.0...v5.3.0) --- updated-dependencies: - dependency-name: aasm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b00e14cac6
commit
f77d3c7f51
2 changed files with 6 additions and 6 deletions
4
Gemfile
4
Gemfile
|
|
@ -16,7 +16,7 @@ gem 'font-awesome-sass', '~> 6.1.2'
|
|||
|
||||
gem 'uglifier', '>=1.3.0'
|
||||
|
||||
gem 'aasm', '~> 5.2.0'
|
||||
gem 'aasm', '~> 5.3.0'
|
||||
gem 'acts_as_list'
|
||||
gem 'bcrypt', '~> 3.1.18'
|
||||
gem 'htmlentities'
|
||||
|
|
@ -34,7 +34,7 @@ gem 'therubyracer', group: :therubyracer
|
|||
# Use --without <group> argument to skip unnecessary drivers
|
||||
gem 'sqlite3', group: :sqlite
|
||||
gem 'mysql2', '~> 0.5.4', group: :mysql
|
||||
gem 'pg', '~> 1.4.1', group: :postgresql
|
||||
gem 'pg', '~> 1.4.2', group: :postgresql
|
||||
|
||||
group :development do
|
||||
gem 'spring'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue