mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Requiring latest version of active_support
This commit is contained in:
committed by
Brandon Mathis
parent
adeee0cf9b
commit
f6caf533d8
@ -1,4 +1,4 @@
|
|||||||
gem 'activesupport', "2.3.2"
|
gem 'activesupport', "2.3.5"
|
||||||
require 'active_support'
|
require 'active_support'
|
||||||
require 'rubypants'
|
require 'rubypants'
|
||||||
|
|
||||||
@ -216,4 +216,4 @@ class String
|
|||||||
def smart_capitalize!
|
def smart_capitalize!
|
||||||
replace(smart_capitalize)
|
replace(smart_capitalize)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user