From f3e1b21ca91afbd97f33d1e51808dd320d82b4de Mon Sep 17 00:00:00 2001 From: Marten Veldthuis Date: Tue, 31 Jan 2012 14:03:51 +0100 Subject: Fix use of Deprecation without requiring active_support/deprecation in message verifier --- activesupport/lib/active_support/message_verifier.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/message_verifier.rb b/activesupport/lib/active_support/message_verifier.rb index be5b7ef79f..0d9580abca 100644 --- a/activesupport/lib/active_support/message_verifier.rb +++ b/activesupport/lib/active_support/message_verifier.rb @@ -1,4 +1,5 @@ require 'active_support/base64' +require 'active_support/deprecation' require 'active_support/core_ext/object/blank' module ActiveSupport -- cgit v1.2.3