summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-27 10:54:02 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-20 14:22:36 +0100
commit4e4911f1ce2e9f34096f0fdbdec5bb55cc1b181c (patch)
tree065823e94c1fc1eb58406c23917d774793fdeaa6
parentb98fca133f4fa4c670fe82c3cdbd1464a26e1512 (diff)
downloadbundler-4e4911f1ce2e9f34096f0fdbdec5bb55cc1b181c.tar.gz
Simplify rubygems path transmission
Since the RSpec task now uses the RSpec binstub, we can rely on all the dance done in there.
-rw-r--r--Rakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index f8f13a3f09..9df58df9fe 100644
--- a/Rakefile
+++ b/Rakefile
@@ -172,8 +172,7 @@ namespace :spec do
end
puts "Checked out rubygems '#{rg}' at #{hash}"
- ENV["RUBYOPT"] = "-I#{File.join(RUBYGEMS_REPO, "lib")} #{rubyopt}"
- puts "RUBYOPT=#{ENV["RUBYOPT"]}"
+ ENV["RGV"] = rg
end
task rg => ["clone_rubygems_#{rg}"]