summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgit <[email protected]>2024-08-31 05:22:36 +0000
committergit <[email protected]>2024-08-31 05:22:36 +0000
commit2afde63eef459681fc4cbe60a861bfcdb7a80b75 (patch)
tree76cd795687bf48f1c57c5c61de1ae6c536a4f97e
parent32f134bb8541b21b941c49c68b5bf91cf62c97dc (diff)
* remove trailing spaces. [ci skip]
-rwxr-xr-xtool/sync_default_gems.rb2
1 files changed, 1 insertions, 1 deletions
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 = []