summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorIan Meyer <imeyer@tool01.ny4.etsy.com>2010-01-29 18:51:23 +0000
committerIan Meyer <imeyer@tool01.ny4.etsy.com>2010-01-29 18:51:23 +0000
commitaa81ca75f7994fa7105235aa4f49b2de8480ebe1 (patch)
treefe18117ac4af1ad256d171a6abe71a9722014e33 /Rakefile
parent065c909660bb1509224e7f7525adc7bc90e4512b (diff)
downloadmixlib-authentication-aa81ca75f7994fa7105235aa4f49b2de8480ebe1.tar.gz
CHEF-902 remove digest/hmac and use openssl instead
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 9d7ec4b..cd8afed 100644
--- a/Rakefile
+++ b/Rakefile
@@ -26,6 +26,7 @@ spec = Gem::Specification.new do |s|
# Uncomment this to add a dependency
s.add_dependency "ruby-hmac"
+ s.add_dependency "openssl"
s.add_dependency "mixlib-log"
s.require_path = 'lib'