mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 14:34:39 +02:00
parent
aef5509139
commit
f88237623f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ module Spec
|
|||
no_reqs.map!(&:first)
|
||||
reqs.map! {|name, req| "'#{name}:#{req}'" }
|
||||
deps = reqs.concat(no_reqs).join(" ")
|
||||
gem = Spec::Path.gem_bin
|
||||
gem = Path.gem_bin
|
||||
cmd = "#{gem} install #{deps} --no-document --conservative"
|
||||
puts cmd
|
||||
system(cmd) || raise("Installing gems #{deps} for the tests to use failed!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue