From 249544ce68c1615a1d4fd0d161fded076e91d7bd Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 8 Dec 2010 11:08:51 -0800 Subject: [PATCH] add css_parser and ruby-prof --- doc-src/Gemfile | 2 ++ doc-src/Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/doc-src/Gemfile b/doc-src/Gemfile index 128735d9..d82f7a7e 100644 --- a/doc-src/Gemfile +++ b/doc-src/Gemfile @@ -16,4 +16,6 @@ gem 'compass', :path => ".." gem 'compass-susy-plugin', ">=0.7.0.pre8" gem 'css-slideshow', "0.2.0" gem 'json' +gem 'css_parser' +gem 'ruby-prof' diff --git a/doc-src/Gemfile.lock b/doc-src/Gemfile.lock index 3f2bb537..e0d57a96 100644 --- a/doc-src/Gemfile.lock +++ b/doc-src/Gemfile.lock @@ -29,6 +29,7 @@ GEM cri (1.0.1) css-slideshow (0.2.0) compass (>= 0.10.0.rc3) + css_parser (1.1.4) fssm (0.1.2) haml (3.1.0.alpha.36) i18n (0.4.2) @@ -38,6 +39,7 @@ GEM rack (1.2.1) rake (0.8.7) rdiscount (1.6.5) + ruby-prof (0.9.2) serve (1.0.0) activesupport (~> 3.0.1) i18n (~> 0.4.1) @@ -54,6 +56,7 @@ DEPENDENCIES compass! compass-susy-plugin (>= 0.7.0.pre8) css-slideshow (= 0.2.0) + css_parser fssm (= 0.1.2) haml (>= 3.1.0.alpha.36) json @@ -63,6 +66,7 @@ DEPENDENCIES rack rake rdiscount + ruby-prof sass (>= 3.1.0.alpha.50)! serve (= 1.0.0) thor