mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 06:56:13 +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)
|
no_reqs.map!(&:first)
|
||||||
reqs.map! {|name, req| "'#{name}:#{req}'" }
|
reqs.map! {|name, req| "'#{name}:#{req}'" }
|
||||||
deps = reqs.concat(no_reqs).join(" ")
|
deps = reqs.concat(no_reqs).join(" ")
|
||||||
gem = Spec::Path.gem_bin
|
gem = Path.gem_bin
|
||||||
cmd = "#{gem} install #{deps} --no-document --conservative"
|
cmd = "#{gem} install #{deps} --no-document --conservative"
|
||||||
puts cmd
|
puts cmd
|
||||||
system(cmd) || raise("Installing gems #{deps} for the tests to use failed!")
|
system(cmd) || raise("Installing gems #{deps} for the tests to use failed!")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue