Skip to content

Commit

Permalink
VERSION file of JSON is removed from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 5, 2023
1 parent a399c1f commit 440ea77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/sync_default_gems.rb
Expand Up @@ -206,7 +206,6 @@ def sync_default_gems(gem)
rm_rf("test/json/lib")
cp_r("#{upstream}/lib", "ext/json")
cp_r("#{upstream}/json.gemspec", "ext/json")
cp_r("#{upstream}/VERSION", "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/extconf.rb ext/json/parser/prereq.mk ext/json/generator/depend ext/json/parser/depend ext/json/depend`
when "psych"
Expand Down

0 comments on commit 440ea77

Please sign in to comment.