summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 72396b1ac2..d87ec6c793 100644
--- a/Rakefile
+++ b/Rakefile
@@ -170,6 +170,8 @@ task :rubocop do
sh("bin/rubocop --parallel")
end
+require_relative "spec/support/rubygems_ext"
+
namespace :man do
if RUBY_ENGINE == "jruby"
task(:build) {}