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
|
# Use ActiveModel has_secure_password
|
||||||
gem 'bcrypt', '~> 3.1.7'
|
gem 'bcrypt', '~> 3.1.7'
|
||||||
|
|
||||||
|
# Crypto
|
||||||
|
gem 'aescrypt'
|
||||||
|
|
||||||
gem 'sidekiq'
|
gem 'sidekiq'
|
||||||
gem 'whenever', :require => false
|
gem 'whenever', :require => false
|
||||||
|
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ GEM
|
|||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
|
aescrypt (1.0.0)
|
||||||
arel (8.0.0)
|
arel (8.0.0)
|
||||||
autoprefixer-rails (7.1.1.2)
|
autoprefixer-rails (7.1.1.2)
|
||||||
execjs
|
execjs
|
||||||
@@ -257,6 +258,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
aescrypt
|
||||||
bcrypt (~> 3.1.7)
|
bcrypt (~> 3.1.7)
|
||||||
bootstrap (~> 4.0.0.alpha3)
|
bootstrap (~> 4.0.0.alpha3)
|
||||||
bootstrap-datepicker-rails
|
bootstrap-datepicker-rails
|
||||||
|
|||||||
Reference in New Issue
Block a user