Browse code

Requiring latest version of active_support

Kevin W. Gisi authored on 03/08/2010 at 17:39:41
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-gem 'activesupport', "2.3.2"
1
+gem 'activesupport', "2.3.5"
2 2
 require 'active_support'
3 3
 require 'rubypants'
4 4
 
... ...
@@ -216,4 +216,4 @@ class String
216 216
   def smart_capitalize!
217 217
     replace(smart_capitalize)
218 218
   end
219
-end
220 219
\ No newline at end of file
220
+end