add bcrypt

This commit is contained in:
JuliusR 2021-12-18 11:36:57 +01:00
parent 2133be2436
commit a154ed0356
2 changed files with 3 additions and 0 deletions

View file

@ -56,3 +56,4 @@ end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "haml-rails", "~> 2.0"
gem "bcrypt"

View file

@ -62,6 +62,7 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
bcrypt (3.1.16)
bindex (0.8.1)
bootsnap (1.9.3)
msgpack (~> 1.0)
@ -225,6 +226,7 @@ PLATFORMS
ruby
DEPENDENCIES
bcrypt
bootsnap (>= 1.4.4)
byebug
capybara (>= 3.26)