From 74a191dfc70c885031b3b96f07c1817077831ee9 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Wed, 1 Feb 2012 06:49:00 -0500 Subject: [PATCH] Build fix when running isolated test --- activesupport/lib/active_support/multibyte/chars.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activesupport/lib/active_support/multibyte/chars.rb b/activesupport/lib/active_support/multibyte/chars.rb index 7a0e1d458b25e..9a748dfa60944 100644 --- a/activesupport/lib/active_support/multibyte/chars.rb +++ b/activesupport/lib/active_support/multibyte/chars.rb @@ -1,4 +1,5 @@ # encoding: utf-8 +require 'active_support/json' require 'active_support/core_ext/string/access' require 'active_support/core_ext/string/behavior' require 'active_support/core_ext/module/delegation'