Add bcrypt
This commit is contained in:
parent
c23f58a6df
commit
a6eaa1b4cf
2 changed files with 3 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -24,7 +24,7 @@ gem "solid_queue"
|
|||
# gem "kredis"
|
||||
|
||||
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
|
||||
# gem "bcrypt", "~> 3.1.7"
|
||||
gem "bcrypt"
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem "tzinfo-data", platforms: %i[ windows jruby ]
|
||||
|
|
|
@ -102,6 +102,7 @@ GEM
|
|||
public_suffix (>= 2.0.2, < 7.0)
|
||||
ast (2.4.2)
|
||||
base64 (0.2.0)
|
||||
bcrypt (3.1.20)
|
||||
bigdecimal (3.1.8)
|
||||
bindex (0.8.1)
|
||||
bootsnap (1.18.3)
|
||||
|
@ -305,6 +306,7 @@ PLATFORMS
|
|||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
bcrypt
|
||||
bootsnap
|
||||
brakeman
|
||||
capybara
|
||||
|
|
Loading…
Reference in a new issue