diff --git a/Gemfile b/Gemfile index 2473a6e..31863df 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "puma", ">= 5.0" # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword] -gem "bcrypt", "~> 3.1.21" +gem "bcrypt", "~> 3.1.22" gem "jwt", "~> 2.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index ad7604f..ff0e096 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) base64 (0.3.0) - bcrypt (3.1.21) + bcrypt (3.1.22) bigdecimal (4.0.1) bootsnap (1.23.0) msgpack (~> 1.2) @@ -332,7 +332,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - bcrypt (~> 3.1.21) + bcrypt (~> 3.1.22) bootsnap brakeman (~> 8.0) database_cleaner-active_record