summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-02-26 10:06:11 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2019-02-26 10:06:11 -0800
commit0a05161c1ba4eb3f0d817abdabdff574564e3070 (patch)
treea0a79ce3109a42de3f8ce996aa3a518fc3d648a9 /Gemfile
parent61a8aa44ac33fc3bbeb21fa33acf919a97272eb7 (diff)
downloadchef-0a05161c1ba4eb3f0d817abdabdff574564e3070.tar.gz
rollback rbnacl
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 0e73212727..a3e020b4c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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