summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index dc5c9ba088..10f5df3c47 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -327,12 +327,12 @@ def update_default_gems(gem)
Dir.chdir("../../#{author}/#{repository}") do
unless `git remote`.match(/ruby\-core/)
`git remote add ruby-core git@github.com:ruby/ruby.git`
- `git fetch ruby-core`
+ `git fetch ruby-core --no-tags`
`git co ruby-core/trunk`
`git branch ruby-core`
end
`git co ruby-core`
- `git fetch ruby-core trunk`
+ `git fetch ruby-core trunk --no-tags`
`git rebase ruby-core/trunk`
`git co master`
`git stash`