Skip to content

Commit b404a5f

Browse files
committed
8fa6646 is broken with rubygems/rubygems and flori/json.
Revert "Fix sync_default_gems.rb to use absolute path" This reverts commit 8fa6646.
1 parent 649bfbe commit b404a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/sync_default_gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def sync_default_gems(gem)
8888
repo = REPOSITORIES[gem.to_sym]
8989
puts "Sync #{repo}"
9090

91-
upstream = File.join(__dir__, "../..", repo)
91+
upstream = File.join("..", "..", repo)
9292

9393
case gem
9494
when "rubygems"

0 commit comments

Comments
 (0)