add aes crypt gem
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user