add aes crypt gem

This commit is contained in:
Yan
2017-10-10 11:06:22 +06:30
parent 9ff01a09f5
commit d487601802
2 changed files with 5 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ gem 'jbuilder', '~> 2.5'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'
# Crypto
gem 'aescrypt'
gem 'sidekiq'
gem 'whenever', :require => false