1
0
Fork 0
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:
Hiroshi SHIBATA 2022-07-26 13:41:51 +09:00
parent 649bfbe00d
commit b404a5f106
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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"