Skip to content

Commit

Permalink
Merge pull request #21359 from Gaurav2728/gaurav-remove_unused_requir…
Browse files Browse the repository at this point in the history
…e_file

temp files are no more require
  • Loading branch information
rafaelfranca committed Aug 24, 2015
2 parents 337684f + a50872d commit bd94e6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion actionpack/test/abstract_unit.rb
Expand Up @@ -19,7 +19,6 @@
rescue LoadError
puts "'drb/unix' is not available"
end
require 'tempfile'

PROCESS_COUNT = (ENV['N'] || 4).to_i

Expand Down
2 changes: 0 additions & 2 deletions activesupport/lib/active_support/core_ext/kernel/reporting.rb
@@ -1,5 +1,3 @@
require 'tempfile'

module Kernel
# Sets $VERBOSE to nil for the duration of the block and back to its original
# value afterwards.
Expand Down

0 comments on commit bd94e6d

Please sign in to comment.