mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
6a299906b4
commit
6506993462
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ module Spec
|
|||
else
|
||||
Dir.chdir(root) { gem_command! :build, gemspec.to_s }
|
||||
end
|
||||
bundler_path = root + "bundler-#{Bundler::VERSION}.gem"
|
||||
bundler_path = root.join("bundler-#{Bundler::VERSION}.gem")
|
||||
elsif g.to_s =~ %r{\A(?:[A-Z]:)?/.*\.gem\z}
|
||||
g
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue