Browse Source

Requiring latest version of active_support

unreleased_contents
Kevin W. Gisi 14 years ago
committed by Brandon Mathis
parent
commit
f6caf533d8
  1. 4
      source/_helpers.rb

4
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
end

Loading…
Cancel
Save