From 563be40c59cba98b8bc162cf185ed7512e22b850 Mon Sep 17 00:00:00 2001 From: Marten Veldthuis Date: Tue, 31 Jan 2012 13:41:08 +0100 Subject: Fix use of Deprecation without requiring active_support/deprecation in ActiveSupport::Concern in Base64 --- activesupport/lib/active_support/base64.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support/base64.rb') diff --git a/activesupport/lib/active_support/base64.rb b/activesupport/lib/active_support/base64.rb index f0cfdedaa0..da141071fb 100644 --- a/activesupport/lib/active_support/base64.rb +++ b/activesupport/lib/active_support/base64.rb @@ -1,3 +1,5 @@ +require 'active_support/deprecation' + begin require 'base64' rescue LoadError -- cgit v1.2.3