aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorGaurav Sharma <gaurav2728@gmail.com>2015-08-25 01:36:05 +0530
committerGaurav Sharma <gaurav2728@gmail.com>2015-08-25 01:36:05 +0530
commita50872d51deb728b4dbafd2c255b083f3730f7be (patch)
tree70c6dd802830fcd2e1f6d88fb0c402d6cdd8cedd /activesupport/lib/active_support
parent337684fa28a3e8d55874d5740585710d0fa99ead (diff)
downloadrails-a50872d51deb728b4dbafd2c255b083f3730f7be.tar.gz
rails-a50872d51deb728b4dbafd2c255b083f3730f7be.tar.bz2
rails-a50872d51deb728b4dbafd2c255b083f3730f7be.zip
temp files are no more require
`:nail_care:`
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/core_ext/kernel/reporting.rb2
1 files changed, 0 insertions, 2 deletions
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.