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/ruby/shim.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/ruby/shim.rb') diff --git a/activesupport/lib/active_support/ruby/shim.rb b/activesupport/lib/active_support/ruby/shim.rb index 41fd866481..13e96b3596 100644 --- a/activesupport/lib/active_support/ruby/shim.rb +++ b/activesupport/lib/active_support/ruby/shim.rb @@ -12,5 +12,4 @@ require 'active_support/core_ext/date_time/conversions' require 'active_support/core_ext/enumerable' require 'active_support/core_ext/string/conversions' require 'active_support/core_ext/string/interpolation' -require 'active_support/core_ext/string/encoding' require 'active_support/core_ext/time/conversions' -- cgit v1.2.3