[Fix #1285] Add zxcvbn gem
This commit is contained in:
parent
28e0d4eab9
commit
96b95b90cc
2 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -113,6 +113,8 @@ gem 'webpacker', '>= 4.0.x'
|
|||
|
||||
gem 'after_party'
|
||||
|
||||
gem 'zxcvbn-ruby', require: 'zxcvbn'
|
||||
|
||||
# Cron jobs
|
||||
gem 'delayed_job_active_record'
|
||||
gem "daemons"
|
||||
|
|
|
@ -799,6 +799,7 @@ GEM
|
|||
nokogiri (~> 1.8)
|
||||
xray-rails (0.3.1)
|
||||
rails (>= 3.1.0)
|
||||
zxcvbn-ruby (0.1.2)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -901,6 +902,7 @@ DEPENDENCIES
|
|||
webmock
|
||||
webpacker (>= 4.0.x)
|
||||
xray-rails
|
||||
zxcvbn-ruby
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.4
|
||||
|
|
Loading…
Reference in a new issue