Browse code

Required newer active_support for newer serve gem (Ruby 1.9 support)

Kevin W. Gisi authored on 03/08/2010 at 05:54:03
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 source "http://rubygems.org"
2 2
 source "http://gems.github.com"
3 3
 
4
-gem 'activesupport', "2.3.2"
4
+gem 'activesupport', "2.3.5"
5 5
 gem 'henrik-jekyll'
6 6
 gem 'compass'
7 7
 gem 'compass-colors'