Skip to content

Commit 58797b7

Browse files
committed
No longer needed ext/json/extconf.rb
1 parent e136e55 commit 58797b7

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
@@ -197,7 +197,7 @@ def sync_default_gems(gem)
197197
cp_r("#{upstream}/lib", "ext/json")
198198
cp_r("#{upstream}/json.gemspec", "ext/json")
199199
rm_rf(%w[ext/json/lib/json/ext ext/json/lib/json/pure.rb ext/json/lib/json/pure])
200-
`git checkout ext/json/extconf.rb ext/json/parser/prereq.mk ext/json/generator/depend ext/json/parser/depend ext/json/depend`
200+
`git checkout ext/json/parser/prereq.mk ext/json/generator/depend ext/json/parser/depend ext/json/depend`
201201
when "psych"
202202
rm_rf(%w[ext/psych test/psych])
203203
cp_r("#{upstream}/ext/psych", "ext")

0 commit comments

Comments
 (0)