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

View File

@@ -38,6 +38,7 @@ GEM
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
aescrypt (1.0.0)
arel (8.0.0)
autoprefixer-rails (7.1.1.2)
execjs
@@ -257,6 +258,7 @@ PLATFORMS
ruby
DEPENDENCIES
aescrypt
bcrypt (~> 3.1.7)
bootstrap (~> 4.0.0.alpha3)
bootstrap-datepicker-rails