This commit is contained in:
Hiroshi SHIBATA 2024-10-16 13:35:20 +09:00
parent 1379ef6f7d
commit a7a0fb9ba3
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

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