diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-02-26 10:06:11 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-02-26 10:06:11 -0800 |
commit | 0a05161c1ba4eb3f0d817abdabdff574564e3070 (patch) | |
tree | a0a79ce3109a42de3f8ce996aa3a518fc3d648a9 /Gemfile | |
parent | 61a8aa44ac33fc3bbeb21fa33acf919a97272eb7 (diff) | |
download | chef-0a05161c1ba4eb3f0d817abdabdff574564e3070.tar.gz |
rollback rbnacl
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -49,12 +49,6 @@ group(:ruby_shadow) do gem "ruby-shadow", platforms: :ruby end -group(:ed25519) do - gem "rbnacl-libsodium" - gem "rbnacl", "~> 5.0" # pin to 5.x until we can replace rbnacl-libsodium - gem "bcrypt_pbkdf" -end - group(:development, :test) do # we pin rake as a copy of rake is installed from the ruby source # if you bump the ruby version you should confirm we don't end up with |