summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 2b038c1127..8b6541a9c9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -210,7 +210,6 @@ namespace :man do
require "ronn"
rescue LoadError
- task(:require) { abort "We couln't activate ronn (#{ronn_requirement}). Try `gem install ronn:'#{ronn_requirement}'` to be able to release!" }
task(:build) { abort "We couln't activate ronn (#{ronn_requirement}). Try `gem install ronn:'#{ronn_requirement}'` to be able to build the help pages" }
else
directory "man"
@@ -263,8 +262,6 @@ namespace :man do
task :clobber do
rm_rf "lib/bundler/man"
end
-
- task(:require) {}
end
end