summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 14:20:42 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 14:20:42 +0900
commit46ea74297eb3e46e19fb692a8d8eef817b93a49b (patch)
treee1af03e36b6ff2619410f6f19dfd5e5361d3df32 /tool/sync_default_gems.rb
parentccf9da079f0a9987f80d74b971a11bcd236d3576 (diff)
Bump version to json-2.4.1 and use VERSION file for json version same as upstream
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index d450921651..bf7bf37de0 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -121,6 +121,7 @@ def sync_default_gems(gem)
cp_r("#{upstream}/tests", "test/json")
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"