diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-01-21 19:45:57 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-01-21 19:45:57 +0900 |
commit | 5d6f76cf6eea68749a761cf40c731f78fb17c2d9 (patch) | |
tree | d1688af8ab24b0f3abe26d5ce48f1936dbf82ed1 | |
parent | b1d5d1666ea6486b3631080d394505451845cfee (diff) |
ext/json/parser/prereq.mk is removed from sync target
-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 9d0015b661..9d5f66b8b7 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -168,7 +168,7 @@ module SyncDefaultGems rm_rf(%w[ext/json/lib/json/pure.rb ext/json/lib/json/pure ext/json/lib/json/truffle_ruby/]) json_files = Dir.glob("ext/json/lib/json/ext/**/*", File::FNM_DOTMATCH).select { |f| File.file?(f) } rm_rf(json_files - Dir.glob("ext/json/lib/json/ext/**/*.rb") - Dir.glob("ext/json/lib/json/ext/**/depend")) - `git checkout ext/json/extconf.rb ext/json/parser/prereq.mk ext/json/generator/depend ext/json/parser/depend ext/json/depend benchmark/` + `git checkout ext/json/extconf.rb ext/json/generator/depend ext/json/parser/depend ext/json/depend benchmark/` when "psych" rm_rf(%w[ext/psych test/psych]) cp_r("#{upstream}/ext/psych", "ext") |