diff --git a/Gemfile b/Gemfile index 9584519..c22e88f 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "jbuilder", "~> 2.5" # Use Redis adapter to run Action Cable in production # gem "redis", "~> 3.0" # Use ActiveModel has_secure_password -gem "bcrypt", "~> 3.1.11" +gem "bcrypt", "~> 3.1.14" # Use Capistrano for deployment # gem "capistrano-rails", group: :development diff --git a/Gemfile.lock b/Gemfile.lock index b2d7233..9eccbd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM arel (9.0.0) autoprefixer-rails (9.7.6) execjs - bcrypt (3.1.13) + bcrypt (3.1.14) benchmark-ips (2.8.2) bindex (0.8.1) builder (3.2.4) @@ -218,7 +218,7 @@ PLATFORMS DEPENDENCIES autoprefixer-rails (~> 9) - bcrypt (~> 3.1.11) + bcrypt (~> 3.1.14) byebug capybara (~> 3) coffee-rails (~> 5.0)