diff options
author | ThibG <thib@sitedethib.com> | 2019-08-29 20:51:30 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-08-29 20:51:30 +0200 |
commit | 7802ebd5f3de1ef4b7384f24fe5067977aff8da3 (patch) | |
tree | b3aff689c1993462d1f308d7f87c5036a69b860b | |
parent | 4500dc2385d8571c494ea0277fe4ca415a264404 (diff) |
Revert bcrypt to 3.1.12, again (#11693)
Same reasons as in #11555
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 889ac4b4c..22cec8687 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM aws-sigv4 (~> 1.1) aws-sigv4 (1.1.0) aws-eventstream (~> 1.0, >= 1.0.2) - bcrypt (3.1.13) + bcrypt (3.1.12) benchmark-ips (2.7.2) better_errors (2.5.1) coderay (>= 1.0.0) |