diff options
-rw-r--r-- | lib/rubygems/commands/stale_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ longer using. end end - gem_to_atime.sort_by { |_, atime| atime }.each do |name, atime| say "#{name} at #{atime.strftime '%c'}" end end |