Merge pull request #1252 from Retrospring/dependabot/bundler/bcrypt-3.1.19
This commit is contained in:
commit
a7bbc882d5
2
Gemfile
2
Gemfile
|
@ -16,7 +16,7 @@ gem "pg"
|
||||||
|
|
||||||
gem "turbo-rails"
|
gem "turbo-rails"
|
||||||
|
|
||||||
gem "bcrypt", "~> 3.1.18"
|
gem "bcrypt", "~> 3.1.19"
|
||||||
|
|
||||||
gem "active_model_otp"
|
gem "active_model_otp"
|
||||||
gem "bootsnap", require: false
|
gem "bootsnap", require: false
|
||||||
|
|
|
@ -78,7 +78,7 @@ GEM
|
||||||
addressable (2.8.4)
|
addressable (2.8.4)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
bcrypt (3.1.18)
|
bcrypt (3.1.19)
|
||||||
better_errors (2.10.1)
|
better_errors (2.10.1)
|
||||||
erubi (>= 1.0.0)
|
erubi (>= 1.0.0)
|
||||||
rack (>= 0.9.0)
|
rack (>= 0.9.0)
|
||||||
|
@ -486,7 +486,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_model_otp
|
active_model_otp
|
||||||
bcrypt (~> 3.1.18)
|
bcrypt (~> 3.1.19)
|
||||||
better_errors
|
better_errors
|
||||||
binding_of_caller
|
binding_of_caller
|
||||||
bootsnap
|
bootsnap
|
||||||
|
|
Loading…
Reference in New Issue