aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-03-21 04:00:38 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-03-21 04:35:16 -0700
commitbc4e2aa931209e4d91779f15dbbf59b7db045dca (patch)
treeaf3f775b55d999e564662fb27892c64f3e8e98fb /activesupport/lib/active_support/dependencies.rb
parent8d1d813b66d626dfaf82fa360907c7bf681180e5 (diff)
downloadrails-bc4e2aa931209e4d91779f15dbbf59b7db045dca.tar.gz
rails-bc4e2aa931209e4d91779f15dbbf59b7db045dca.tar.bz2
rails-bc4e2aa931209e4d91779f15dbbf59b7db045dca.zip
Explicitly require set
Diffstat (limited to 'activesupport/lib/active_support/dependencies.rb')
-rw-r--r--activesupport/lib/active_support/dependencies.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb
index 2badad5f5f..6148e59207 100644
--- a/activesupport/lib/active_support/dependencies.rb
+++ b/activesupport/lib/active_support/dependencies.rb
@@ -1,3 +1,5 @@
+require 'set'
+
module ActiveSupport #:nodoc:
module Dependencies #:nodoc:
extend self