[rubygems/rubygems] tool_dir needs to handle ruby/ruby repo now
https://github.com/rubygems/rubygems/commit/550d90f4ba
This commit is contained in:
parent
1f74e25c3b
commit
3bc5f6b240
@ -292,15 +292,15 @@ module Spec
|
|||||||
end
|
end
|
||||||
|
|
||||||
def rubocop_gemfile_basename
|
def rubocop_gemfile_basename
|
||||||
source_root.join("tool/bundler/rubocop_gems.rb")
|
tool_dir.join("rubocop_gems.rb")
|
||||||
end
|
end
|
||||||
|
|
||||||
def standard_gemfile_basename
|
def standard_gemfile_basename
|
||||||
source_root.join("tool/bundler/standard_gems.rb")
|
tool_dir.join("standard_gems.rb")
|
||||||
end
|
end
|
||||||
|
|
||||||
def tool_dir
|
def tool_dir
|
||||||
source_root.join("tool/bundler")
|
ruby_core? ? source_root.join("tool/bundler") : source_root.join("../tool/bundler")
|
||||||
end
|
end
|
||||||
|
|
||||||
def templates_dir
|
def templates_dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user