From def4852809fa52ed98862bf4e5ac6fc68a950af3 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 11 Nov 2010 11:20:22 -0800 Subject: [PATCH] upgrade some gems --- doc-src/Gemfile | 3 ++- doc-src/Gemfile.lock | 19 ++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/doc-src/Gemfile b/doc-src/Gemfile index 6fbb61a4..40e59eeb 100644 --- a/doc-src/Gemfile +++ b/doc-src/Gemfile @@ -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' diff --git a/doc-src/Gemfile.lock b/doc-src/Gemfile.lock index f61fce41..afc1cd9d 100644 --- a/doc-src/Gemfile.lock +++ b/doc-src/Gemfile.lock @@ -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