From a50872d51deb728b4dbafd2c255b083f3730f7be Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Tue, 25 Aug 2015 01:36:05 +0530 Subject: temp files are no more require `:nail_care:` --- activesupport/lib/active_support/core_ext/kernel/reporting.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/kernel/reporting.rb b/activesupport/lib/active_support/core_ext/kernel/reporting.rb index 9189e6d977..8afc258df8 100644 --- a/activesupport/lib/active_support/core_ext/kernel/reporting.rb +++ b/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. -- cgit v1.2.3