summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-14 21:17:45 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-14 21:17:45 +0000
commit7e908a57c88fdb1b1f842941f1bf0d720ff51a90 (patch)
tree51124a4e37a6d91244007472db7c606daa06750b
parent73d051fa150534f32d1f8d32bea466b1aa24fab8 (diff)
downloadpuppet-7e908a57c88fdb1b1f842941f1bf0d720ff51a90.tar.gz
puppet-7e908a57c88fdb1b1f842941f1bf0d720ff51a90.tar.xz
puppet-7e908a57c88fdb1b1f842941f1bf0d720ff51a90.zip
Removing ruby as a dependency, since too many packaging systems will have installed it differently
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1034 980ebf18-57e1-0310-9a29-db15c13687c0
-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