mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 12:36:22 +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 'device_detector'
|
||||
|
||||
gem 'after_commit_everywhere'
|
||||
gem 'after_commit_everywhere', '~> 1.0'
|
||||
gem 'aasm'
|
||||
|
||||
# database
|
||||
|
|
|
@ -608,7 +608,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
aasm
|
||||
after_commit_everywhere
|
||||
after_commit_everywhere (~> 1.0)
|
||||
bcrypt (~> 3.1.7)
|
||||
bcrypt_pbkdf
|
||||
blazer
|
||||
|
|
Loading…
Reference in a new issue