diff --git a/Gemfile b/Gemfile index 12be88c..7ad231e 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "puma", ">= 5.0" # 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.22" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[ windows jruby ] diff --git a/Gemfile.lock b/Gemfile.lock index a081ce6..cce7212 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM uri (>= 0.13.1) ast (2.4.3) base64 (0.3.0) - bcrypt (3.1.21) + bcrypt (3.1.22) bcrypt_pbkdf (1.1.2) bigdecimal (4.0.1) bootsnap (1.21.1) @@ -348,7 +348,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - bcrypt (~> 3.1.7) + bcrypt (~> 3.1.22) bootsnap brakeman bundler-audit