aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2013-02-21 18:47:18 -0500
committerPrem Sichanugrist <s@sikac.hu>2013-02-24 15:29:24 -0500
commitfe4fce80f3ee80b089fca482f04788af0b9d4d17 (patch)
tree998a2dc4f57f3fa434f054630f1e41b380c890f5 /activesupport
parent2647a3cabfb88ac0dac318207bf611b0b66d495f (diff)
downloadrails-fe4fce80f3ee80b089fca482f04788af0b9d4d17.tar.gz
rails-fe4fce80f3ee80b089fca482f04788af0b9d4d17.tar.bz2
rails-fe4fce80f3ee80b089fca482f04788af0b9d4d17.zip
Add in missing requires
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/kernel/reporting.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/kernel/reporting.rb b/activesupport/lib/active_support/core_ext/kernel/reporting.rb
index 526b8378a5..84986dff3c 100644
--- a/activesupport/lib/active_support/core_ext/kernel/reporting.rb
+++ b/activesupport/lib/active_support/core_ext/kernel/reporting.rb
@@ -1,4 +1,6 @@
require 'rbconfig'
+require 'stringio'
+
module Kernel
# Sets $VERBOSE to nil for the duration of the block and back to its original value afterwards.
#