Bump bcrypt from 3.1.16 to 3.1.18
Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.16 to 3.1.18. - [Release notes](https://github.com/codahale/bcrypt-ruby/releases) - [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG) - [Commits](https://github.com/codahale/bcrypt-ruby/compare/v3.1.16...v3.1.18) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f38e9b251f
commit
9958b102f8
2
Gemfile
2
Gemfile
|
@ -12,7 +12,7 @@ gem "jbuilder", "~> 2.10"
|
||||||
gem "sass-rails", "~> 5.0"
|
gem "sass-rails", "~> 5.0"
|
||||||
gem "turbolinks", "~> 2.5.3"
|
gem "turbolinks", "~> 2.5.3"
|
||||||
|
|
||||||
gem "bcrypt", "~> 3.1.7"
|
gem "bcrypt", "~> 3.1.18"
|
||||||
|
|
||||||
gem "active_model_otp"
|
gem "active_model_otp"
|
||||||
gem "bootstrap_form"
|
gem "bootstrap_form"
|
||||||
|
|
|
@ -86,7 +86,7 @@ GEM
|
||||||
addressable (2.8.0)
|
addressable (2.8.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
bcrypt (3.1.16)
|
bcrypt (3.1.18)
|
||||||
better_errors (2.9.1)
|
better_errors (2.9.1)
|
||||||
coderay (>= 1.0.0)
|
coderay (>= 1.0.0)
|
||||||
erubi (>= 1.0.0)
|
erubi (>= 1.0.0)
|
||||||
|
@ -576,7 +576,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_model_otp
|
active_model_otp
|
||||||
bcrypt (~> 3.1.7)
|
bcrypt (~> 3.1.18)
|
||||||
better_errors
|
better_errors
|
||||||
binding_of_caller
|
binding_of_caller
|
||||||
bootstrap_form
|
bootstrap_form
|
||||||
|
|
Loading…
Reference in New Issue