From 96f0ab2c79677a224a01ab5e82589af8df2884ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2020 19:13:08 +0000 Subject: [PATCH] Bump bcrypt from 3.1.13 to 3.1.16 Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.13 to 3.1.16. - [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.16) 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..007234c 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.16" # Use Capistrano for deployment # gem "capistrano-rails", group: :development diff --git a/Gemfile.lock b/Gemfile.lock index b2d7233..5a7d555 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.16) 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.16) byebug capybara (~> 3) coffee-rails (~> 5.0)