summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-19 15:56:15 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-19 16:33:10 +0100
commitfac95ee36d209263b8ff15eaa022d9cc9ca2125a (patch)
tree21dcf74dc5b2ccc221e92612856b3a261cd9afa3 /Rakefile
parent6ee2f75a75b31fc8c65e55e33778486b844e3166 (diff)
downloadbundler-fac95ee36d209263b8ff15eaa022d9cc9ca2125a.tar.gz
Fix test issue when using `rubygems-bundler` gemsmaller_os_deps
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 2243da21c5..07f74edb71 100644
--- a/Rakefile
+++ b/Rakefile
@@ -109,7 +109,7 @@ task :check_rvm_integration do
# The rubygems-bundler gem is installed by RVM by default and it could easily
# break when we change bundler. Make sure that binstubs still run with it
# installed.
- sh("bin/rake install && gem install rubygems-bundler && rake -T")
+ sh("gem install rubygems-bundler && RUBYOPT=-Ilib rake -T")
end
namespace :man do