upgrade some gems
This commit is contained in:
parent
5341211c42
commit
efa9e2408d
@ -7,7 +7,8 @@ gem 'thor'
|
|||||||
gem 'rack'
|
gem 'rack'
|
||||||
gem 'mime-types'
|
gem 'mime-types'
|
||||||
gem 'fssm'
|
gem 'fssm'
|
||||||
gem 'serve', "0.10.2"
|
gem 'serve', "1.0.0"
|
||||||
|
gem 'mongrel'
|
||||||
gem 'nokogiri'
|
gem 'nokogiri'
|
||||||
gem 'coderay'
|
gem 'coderay'
|
||||||
gem 'haml', ">=3.0.6", :require => 'sass'
|
gem 'haml', ">=3.0.6", :require => 'sass'
|
||||||
|
@ -7,7 +7,7 @@ GIT
|
|||||||
cri (>= 1.0.0)
|
cri (>= 1.0.0)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/chris/Projects/compass
|
remote: ..
|
||||||
specs:
|
specs:
|
||||||
compass (0.10.6)
|
compass (0.10.6)
|
||||||
haml (>= 3.0.4)
|
haml (>= 3.0.4)
|
||||||
@ -15,7 +15,7 @@ PATH
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (2.3.8)
|
activesupport (3.0.1)
|
||||||
coderay (0.9.3)
|
coderay (0.9.3)
|
||||||
compass-susy-plugin (0.7.0)
|
compass-susy-plugin (0.7.0)
|
||||||
compass (>= 0.10.0)
|
compass (>= 0.10.0)
|
||||||
@ -23,16 +23,24 @@ GEM
|
|||||||
css-slideshow (0.2.0)
|
css-slideshow (0.2.0)
|
||||||
compass (>= 0.10.0.rc3)
|
compass (>= 0.10.0.rc3)
|
||||||
fssm (0.1.4)
|
fssm (0.1.4)
|
||||||
|
gem_plugin (0.2.3)
|
||||||
haml (3.0.16)
|
haml (3.0.16)
|
||||||
|
i18n (0.4.2)
|
||||||
json (1.4.5)
|
json (1.4.5)
|
||||||
mime-types (1.16)
|
mime-types (1.16)
|
||||||
|
mongrel (1.1.6)
|
||||||
|
gem_plugin (>= 0.2.3)
|
||||||
nokogiri (1.4.3.1)
|
nokogiri (1.4.3.1)
|
||||||
rack (1.2.1)
|
rack (1.2.1)
|
||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
rdiscount (1.6.5)
|
rdiscount (1.6.5)
|
||||||
serve (0.10.2)
|
serve (1.0.0)
|
||||||
activesupport (>= 2.0.2)
|
activesupport (~> 3.0.1)
|
||||||
|
i18n (~> 0.4.1)
|
||||||
|
rack (~> 1.2.1)
|
||||||
|
tzinfo (~> 0.3.23)
|
||||||
thor (0.14.0)
|
thor (0.14.0)
|
||||||
|
tzinfo (0.3.23)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@ -46,10 +54,11 @@ DEPENDENCIES
|
|||||||
haml (>= 3.0.6)
|
haml (>= 3.0.6)
|
||||||
json
|
json
|
||||||
mime-types
|
mime-types
|
||||||
|
mongrel
|
||||||
nanoc3!
|
nanoc3!
|
||||||
nokogiri
|
nokogiri
|
||||||
rack
|
rack
|
||||||
rake
|
rake
|
||||||
rdiscount
|
rdiscount
|
||||||
serve (= 0.10.2)
|
serve (= 1.0.0)
|
||||||
thor
|
thor
|
||||||
|
Loading…
Reference in New Issue
Block a user