mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
649bfbe00d
commit
b404a5f106
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ def sync_default_gems(gem)
|
||||||
repo = REPOSITORIES[gem.to_sym]
|
repo = REPOSITORIES[gem.to_sym]
|
||||||
puts "Sync #{repo}"
|
puts "Sync #{repo}"
|
||||||
|
|
||||||
upstream = File.join(__dir__, "../..", repo)
|
upstream = File.join("..", "..", repo)
|
||||||
|
|
||||||
case gem
|
case gem
|
||||||
when "rubygems"
|
when "rubygems"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue