aboutsummaryrefslogtreecommitdiffstats
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.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index e4afb78d7a..c9ca81f786 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -310,6 +310,8 @@ def sync_default_gems_with_commits(gem, range)
failed_commits = []
+ ENV["FILTER_BRANCH_SQUELCH_WARNING"] = "1"
+
commits.each do |sha, subject|
puts "Pick #{sha} from #{$repositories[gem.to_sym]}."