From 53bc7228bbf7b767a72819e7b1b5c5aa7a3223ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 30 Apr 2019 11:24:50 +0200 Subject: Add missing require --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) 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) {} -- cgit v1.2.1