From f6caf533d8f44a05ca56e757d4899a20c8437aec Mon Sep 17 00:00:00 2001 From: "Kevin W. Gisi" Date: Wed, 4 Aug 2010 01:39:41 +0800 Subject: [PATCH] Requiring latest version of active_support --- source/_helpers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_helpers.rb b/source/_helpers.rb index 0c200c4..7c3fcc1 100644 --- a/source/_helpers.rb +++ b/source/_helpers.rb @@ -1,4 +1,4 @@ -gem 'activesupport', "2.3.2" +gem 'activesupport', "2.3.5" require 'active_support' require 'rubypants' @@ -216,4 +216,4 @@ class String def smart_capitalize! replace(smart_capitalize) end -end \ No newline at end of file +end