summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-30 11:24:50 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-03 11:35:13 +0200
commit53bc7228bbf7b767a72819e7b1b5c5aa7a3223ac (patch)
treecd5cd8d7d986c744f1f03c6249b2aa05fa29db73
parent5832fac581e770380300bd1a1b94144e29fe6a3c (diff)
downloadbundler-53bc7228bbf7b767a72819e7b1b5c5aa7a3223ac.tar.gz
Add missing require
-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) {}