mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:29:52 +01:00
Merge pull request #1472 from Retrospring/dependabot/bundler/bcrypt-3.1.20
This commit is contained in:
commit
1611010226
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -16,7 +16,7 @@ gem "pg"
|
|||
|
||||
gem "turbo-rails"
|
||||
|
||||
gem "bcrypt", "~> 3.1.19"
|
||||
gem "bcrypt", "~> 3.1.20"
|
||||
|
||||
gem "active_model_otp"
|
||||
gem "bootsnap", require: false
|
||||
|
|
|
@ -92,7 +92,7 @@ GEM
|
|||
addressable (2.8.5)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
ast (2.4.2)
|
||||
bcrypt (3.1.19)
|
||||
bcrypt (3.1.20)
|
||||
better_errors (2.10.1)
|
||||
erubi (>= 1.0.0)
|
||||
rack (>= 0.9.0)
|
||||
|
@ -508,7 +508,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
active_model_otp
|
||||
bcrypt (~> 3.1.19)
|
||||
bcrypt (~> 3.1.20)
|
||||
better_errors
|
||||
binding_of_caller
|
||||
bootsnap
|
||||
|
|
Loading…
Reference in a new issue