summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorIan Meyer <imeyer@tool01.ny4.etsy.com>2010-01-29 18:56:58 +0000
committerIan Meyer <imeyer@tool01.ny4.etsy.com>2010-01-29 18:56:58 +0000
commit4c5f45ce58ff15c8171f606a6dd972a40ab8d8f7 (patch)
tree85abf358f3f67c2f3d889eab09da83f52e95c012 /Rakefile
parentaa81ca75f7994fa7105235aa4f49b2de8480ebe1 (diff)
downloadmixlib-authentication-4c5f45ce58ff15c8171f606a6dd972a40ab8d8f7.tar.gz
Incorrectly added openssl as a gem dependency. That was wrong
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index cd8afed..9d7ec4b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -26,7 +26,6 @@ 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'