summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-10-16 13:35:20 +0900
committerHiroshi SHIBATA <[email protected]>2024-10-16 13:35:20 +0900
commita7a0fb9ba3794e5cc563b6b14f34f0ab43914ca9 (patch)
tree133bdc4ddcaf0b117b9b875fc532368a67a9c84a
parent1379ef6f7d1570f60f03417ecc9f44f0104d5a18 (diff)
Followed up https://github.com/ruby/json/pull/613
-rwxr-xr-xtool/sync_default_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index a7ad331c99..9fca49ad17 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -192,7 +192,7 @@ module SyncDefaultGems
when "json"
rm_rf(%w[ext/json test/json])
cp_r("#{upstream}/ext/json/ext", "ext/json")
- cp_r("#{upstream}/tests", "test/json")
+ cp_r("#{upstream}/test/json", "test/json")
rm_rf("test/json/lib")
cp_r("#{upstream}/lib", "ext/json")
cp_r("#{upstream}/json.gemspec", "ext/json")