From 2afde63eef459681fc4cbe60a861bfcdb7a80b75 Mon Sep 17 00:00:00 2001 From: git Date: Sat, 31 Aug 2024 05:22:36 +0000 Subject: [PATCH] * remove trailing spaces. [ci skip] --- tool/sync_default_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index c0b7617eb5..8c43052d56 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -427,7 +427,7 @@ module SyncDefaultGems ].find{|gemspec| File.exist?(gemspec)} spec = Gem::Specification.load(gemspec) puts "#{gem}-#{spec.version} is not latest version of rubygems.org" if spec.version.to_s != latest_version - end + end def ignore_file_pattern_for(gem) patterns = []