aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-08 09:43:04 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-08 09:43:04 -0700
commitce71606abad632c0f94f3e0d576b313a15b9d6af (patch)
tree06f1815d8c070bcd9119e0860f3ac3dd58ab6d3e /activesupport/lib
parent8b9f5fc864ce87fa13753ba69dd2543eb8b60999 (diff)
parent4de7442f450462c2d3322abec898862a37e8925a (diff)
downloadrails-ce71606abad632c0f94f3e0d576b313a15b9d6af.tar.gz
rails-ce71606abad632c0f94f3e0d576b313a15b9d6af.tar.bz2
rails-ce71606abad632c0f94f3e0d576b313a15b9d6af.zip
Merge pull request #10519 from eiel/dependency-core_ext-hash-diff
dependency ActiveSupport::Deprecation
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/core_ext/hash/diff.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/hash/diff.rb b/activesupport/lib/active_support/core_ext/hash/diff.rb
index 5f3868b5b0..4359213380 100644
--- a/activesupport/lib/active_support/core_ext/hash/diff.rb
+++ b/activesupport/lib/active_support/core_ext/hash/diff.rb
@@ -1,3 +1,5 @@
+require 'active_support/deprecation'
+
class Hash
# Returns a hash that represents the difference between two hashes.
#