diff --git a/Gemfile b/Gemfile index 3d0c4d5..be48f7b 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'puma', '~> 4.3.12' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use Active Model has_secure_password -gem 'bcrypt', '~> 3.1.7' +gem 'bcrypt', '~> 3.1.19' gem 'jwt' gem 'net-imap', require: false diff --git a/Gemfile.lock b/Gemfile.lock index c0992c1..31db61c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - bcrypt (3.1.18) + bcrypt (3.1.19) bootsnap (1.16.0) msgpack (~> 1.2) builder (3.2.4) @@ -292,7 +292,7 @@ PLATFORMS ruby DEPENDENCIES - bcrypt (~> 3.1.7) + bcrypt (~> 3.1.19) bootsnap (>= 1.4.2) debug (~> 1.6) dotenv-rails