From: shibata.hiroshi@... Date: 2014-08-27T08:59:27+00:00 Subject: [ruby-core:64581] [ruby-trunk - Feature #10171] [Rejected] [PATCH] File.exists? is already deprecated Issue #10171 has been updated by Hiroshi SHIBATA. Status changed from Open to Rejected It is already fixed in upstream https://github.com/rubygems/rubygems/blob/master/lib/rubygems/doctor.rb#L108 ---------------------------------------- Feature #10171: [PATCH] File.exists? is already deprecated https://bugs.ruby-lang.org/issues/10171#change-48507 * Author: gogo tanaka * Status: Rejected * Priority: Normal * Assignee: * Category: lib/rubygems * Target version: ---------------------------------------- Ruby 2.1.0 deprecated the `File.exists?` But I found `File#exists?` in `lib/rubygems/doctor.rb`, so I replaced `File#exists?` with `File#exist?`. ---Files-------------------------------- DeprecatedMethodsAtDoctor.PATCH (449 Bytes) -- https://bugs.ruby-lang.org/