summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 77a641a95f..f67348397a 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -167,6 +167,7 @@ def sync_default_gems(gem)
`cp -rf ../date/test/date test`
`cp -f ../date/date.gemspec ext/date`
`git checkout ext/date/depend`
+ `rm -f ext/date/lib/date_core.bundle`
when "zlib"
`rm -rf ext/zlib test/zlib`
`cp -rf ../zlib/ext/zlib ext`