From b5f5e279a6e4ce5c533fc77a51e135167f41fa21 Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Tue, 14 Feb 2012 10:09:21 +0300 Subject: remove unnecessary require core_ext/string/encoding --- activesupport/lib/active_support/cache/mem_cache_store.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/cache/mem_cache_store.rb') diff --git a/activesupport/lib/active_support/cache/mem_cache_store.rb b/activesupport/lib/active_support/cache/mem_cache_store.rb index e38a8387b4..2e1ccb72d8 100644 --- a/activesupport/lib/active_support/cache/mem_cache_store.rb +++ b/activesupport/lib/active_support/cache/mem_cache_store.rb @@ -6,7 +6,6 @@ rescue LoadError => e end require 'digest/md5' -require 'active_support/core_ext/string/encoding' module ActiveSupport module Cache -- cgit v1.2.3