Update gems & gitignore

This commit is contained in:
hannah.dagemark 2025-05-09 14:50:29 +02:00 committed by Hannah Dagemark
commit 9aee9adfce
3 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View file

@ -32,3 +32,6 @@
# Ignore master key for decrypting credentials and more.
/config/master.key
# Ignore DS Store
*.DS_Store

View file

@ -18,7 +18,7 @@ gem "stimulus-rails"
gem "jbuilder"
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
# gem "bcrypt", "~> 3.1.7"
gem "bcrypt", "~> 3.1.7"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[ windows jruby ]

View file

@ -76,6 +76,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.3)
base64 (0.2.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.0)
bigdecimal (3.1.9)
@ -363,6 +364,7 @@ PLATFORMS
x86_64-linux-musl
DEPENDENCIES
bcrypt (~> 3.1.7)
bootsnap
brakeman
capybara