upgrade some gems

This commit is contained in:
Chris Eppstein 2010-11-11 11:20:22 -08:00
parent 48e6438fe6
commit def4852809
2 changed files with 16 additions and 6 deletions

View File

@ -7,7 +7,8 @@ gem 'thor'
gem 'rack'
gem 'mime-types'
gem 'fssm'
gem 'serve', "0.10.2"
gem 'serve', "1.0.0"
gem 'mongrel'
gem 'nokogiri'
gem 'coderay'
gem 'haml', ">=3.0.6", :require => 'sass'

View File

@ -7,7 +7,7 @@ GIT
cri (>= 1.0.0)
PATH
remote: /Users/chris/Projects/compass
remote: ..
specs:
compass (0.10.6)
haml (>= 3.0.4)
@ -15,7 +15,7 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activesupport (2.3.8)
activesupport (3.0.1)
coderay (0.9.3)
compass-susy-plugin (0.7.0)
compass (>= 0.10.0)
@ -23,16 +23,24 @@ GEM
css-slideshow (0.2.0)
compass (>= 0.10.0.rc3)
fssm (0.1.4)
gem_plugin (0.2.3)
haml (3.0.16)
i18n (0.4.2)
json (1.4.5)
mime-types (1.16)
mongrel (1.1.6)
gem_plugin (>= 0.2.3)
nokogiri (1.4.3.1)
rack (1.2.1)
rake (0.8.7)
rdiscount (1.6.5)
serve (0.10.2)
activesupport (>= 2.0.2)
serve (1.0.0)
activesupport (~> 3.0.1)
i18n (~> 0.4.1)
rack (~> 1.2.1)
tzinfo (~> 0.3.23)
thor (0.14.0)
tzinfo (0.3.23)
PLATFORMS
ruby
@ -46,10 +54,11 @@ DEPENDENCIES
haml (>= 3.0.6)
json
mime-types
mongrel
nanoc3!
nokogiri
rack
rake
rdiscount
serve (= 0.10.2)
serve (= 1.0.0)
thor