summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-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 f67348397a..f22b8a6503 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -122,6 +122,7 @@ def sync_default_gems(gem)
`cp -rf ../fiddle/test/fiddle test`
`cp -f ../fiddle/fiddle.gemspec ext/fiddle`
`git checkout ext/fiddle/depend`
+ `rm -rf ext/fiddle/lib/fiddle.{bundle,so}`
when "stringio"
`rm -rf ext/stringio test/stringio`
`cp -rf ../stringio/ext/stringio ext`