mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 16:36:23 +00:00
fix: versión requerida por aasm
This commit is contained in:
parent
a13f42c22f
commit
b562b006bc
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -80,7 +80,7 @@ gem 'yaml_db', git: 'https://0xacab.org/sutty/yaml_db.git'
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
gem 'device_detector'
|
gem 'device_detector'
|
||||||
|
|
||||||
gem 'after_commit_everywhere'
|
gem 'after_commit_everywhere', '~> 1.0'
|
||||||
gem 'aasm'
|
gem 'aasm'
|
||||||
|
|
||||||
# database
|
# database
|
||||||
|
|
|
@ -608,7 +608,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
aasm
|
aasm
|
||||||
after_commit_everywhere
|
after_commit_everywhere (~> 1.0)
|
||||||
bcrypt (~> 3.1.7)
|
bcrypt (~> 3.1.7)
|
||||||
bcrypt_pbkdf
|
bcrypt_pbkdf
|
||||||
blazer
|
blazer
|
||||||
|
|
Loading…
Reference in a new issue