From b398c040739fc033721e5388cb600a85c4cdf481 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 19:13:59 +0000 Subject: [PATCH] Bump bcrypt from 3.1.13 to 3.1.14 Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.13 to 3.1.14. - [Release notes](https://github.com/codahale/bcrypt-ruby/releases) - [Changelog](https://github.com/codahale/bcrypt-ruby/blob/master/CHANGELOG) - [Commits](https://github.com/codahale/bcrypt-ruby/compare/v3.1.13...v3.1.14) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)