зеркало из https://github.com/github/ruby.git
8fa66467de
is broken with rubygems/rubygems and flori/json.
Revert "Fix sync_default_gems.rb to use absolute path"
This reverts commit 8fa66467de
.
This commit is contained in:
Родитель
649bfbe00d
Коммит
b404a5f106
|
@ -88,7 +88,7 @@ def sync_default_gems(gem)
|
|||
repo = REPOSITORIES[gem.to_sym]
|
||||
puts "Sync #{repo}"
|
||||
|
||||
upstream = File.join(__dir__, "../..", repo)
|
||||
upstream = File.join("..", "..", repo)
|
||||
|
||||
case gem
|
||||
when "rubygems"
|
||||
|
|
Загрузка…
Ссылка в новой задаче