summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e177ee8d9..a7c72678d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -56,7 +56,6 @@ if project.has?(:epm)
task.bins = FileList.new("bin/puppet", "bin/puppetca")
task.sbins = FileList.new("bin/puppetmasterd", "bin/puppetd")
task.rubylibs = FileList.new('lib/**/*')
- task.add_dependency("ruby", "1.8.1")
end
end