aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorKuldeep Aggarwal <kd.engineer@yahoo.co.in>2015-01-10 20:27:18 +0530
committerKuldeep Aggarwal <kd.engineer@yahoo.co.in>2015-01-10 20:27:18 +0530
commit90aef23e38204d8f730666a62e5fbe326e6c12e3 (patch)
treed8bb760d988602d07f06605214d4fa046bf6262d /activesupport/lib/active_support
parent89470bbc5ea4e1375dc948b0629a419c1ad5c4f5 (diff)
downloadrails-90aef23e38204d8f730666a62e5fbe326e6c12e3.tar.gz
rails-90aef23e38204d8f730666a62e5fbe326e6c12e3.tar.bz2
rails-90aef23e38204d8f730666a62e5fbe326e6c12e3.zip
No need of requiring `rbconfig`, it is by-default loaded
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/core_ext/kernel/reporting.rb1
-rw-r--r--activesupport/lib/active_support/testing/isolation.rb2
2 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/core_ext/kernel/reporting.rb b/activesupport/lib/active_support/core_ext/kernel/reporting.rb
index eb44646848..9189e6d977 100644
--- a/activesupport/lib/active_support/core_ext/kernel/reporting.rb
+++ b/activesupport/lib/active_support/core_ext/kernel/reporting.rb
@@ -1,4 +1,3 @@
-require 'rbconfig'
require 'tempfile'
module Kernel
diff --git a/activesupport/lib/active_support/testing/isolation.rb b/activesupport/lib/active_support/testing/isolation.rb
index 68bda35980..c46412550c 100644
--- a/activesupport/lib/active_support/testing/isolation.rb
+++ b/activesupport/lib/active_support/testing/isolation.rb
@@ -1,5 +1,3 @@
-require 'rbconfig'
-
module ActiveSupport
module Testing
module Isolation