update to support latest bcrypt. resolves #48149
This commit is contained in:
parent
7f9dfacf4f
commit
912fe2c58f
2 changed files with 6 additions and 1 deletions
|
@ -76,7 +76,7 @@ GEM
|
|||
babosa (1.0.2)
|
||||
base32 (0.3.2)
|
||||
batch-loader (1.2.1)
|
||||
bcrypt (3.1.11)
|
||||
bcrypt (3.1.12)
|
||||
bcrypt_pbkdf (1.0.0)
|
||||
benchmark-ips (2.3.0)
|
||||
better_errors (2.1.1)
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: update bcrypt to also support libxcrypt
|
||||
merge_request: 20260
|
||||
author: muhammadn
|
||||
type: other
|
Loading…
Reference in a new issue