diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-10-29 13:26:20 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-10-29 13:26:20 +0900 |
| commit | d5bc4b812a5d523d97e481ad3f91aebe043281dc (patch) | |
| tree | 942f73e3f22510efcc27be77745a44c6f2df45b6 | |
| parent | 2e43621806e752227b9e246b1b5ef1080c89fdaa (diff) | |
Revert "No longer needed ext/json/extconf.rb"
This reverts commit 58797b7f74737b8896583c9bfa6546ef6756681a.
| -rwxr-xr-x | tool/sync_default_gems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 808a9de51e..9fca49ad17 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -197,7 +197,7 @@ module SyncDefaultGems cp_r("#{upstream}/lib", "ext/json") cp_r("#{upstream}/json.gemspec", "ext/json") rm_rf(%w[ext/json/lib/json/ext ext/json/lib/json/pure.rb ext/json/lib/json/pure]) - `git checkout ext/json/parser/prereq.mk ext/json/generator/depend ext/json/parser/depend ext/json/depend` + `git checkout ext/json/extconf.rb ext/json/parser/prereq.mk ext/json/generator/depend ext/json/parser/depend ext/json/depend` when "psych" rm_rf(%w[ext/psych test/psych]) cp_r("#{upstream}/ext/psych", "ext") |
