aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin W. Gisi <kevin@kevingisi.com>2010-08-04 01:39:41 +0800
committerBrandon Mathis <brandon@imathis.com>2010-08-04 01:42:16 +0800
commitf6caf533d8f44a05ca56e757d4899a20c8437aec (patch)
treec81cdeab6724e8248e512d920e6a0be2caa86a2d
parentadeee0cf9b80890275301660b89ad72c050abfb3 (diff)
downloadmy_new_personal_website-f6caf533d8f44a05ca56e757d4899a20c8437aec.tar.xz
my_new_personal_website-f6caf533d8f44a05ca56e757d4899a20c8437aec.zip
Requiring latest version of active_support
Diffstat (limited to '')
-rw-r--r--source/_helpers.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/_helpers.rb b/source/_helpers.rb
index 0c200c48..7c3fcc1f 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