diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-02-21 10:25:09 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-02-21 10:25:09 -0800 |
commit | a12788911aa2502ab30221ad6350e2a720141ded (patch) | |
tree | 40d1dcad293119bf155f11965db7edfb94366a1d /Gemfile | |
parent | decccb25e766bc79c09006ea552d7137aa971133 (diff) | |
download | chef-a12788911aa2502ab30221ad6350e2a720141ded.tar.gz |
pin rbnacl to 5.x
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ end group(:ed25519) do gem "rbnacl-libsodium" - gem "rbnacl" + gem "rbnacl", "~> 5.0" # pin to 5.x until we can replace rbnacl-libsodium gem "bcrypt_pbkdf" end |