From 55ff409f5ed874182f9ba5c2f2b471d85f5fda7f Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 17 Mar 2012 15:46:52 -0700 Subject: [PATCH] update gemfile --- doc-src/Gemfile | 2 +- doc-src/Gemfile.lock | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/doc-src/Gemfile b/doc-src/Gemfile index 20bbd758..e8e53e31 100644 --- a/doc-src/Gemfile +++ b/doc-src/Gemfile @@ -13,7 +13,7 @@ gem 'haml' gem 'rake' gem 'activesupport', '~> 3.0.10', :require => 'active_support/inflector' gem 'compass', :path => ".." -gem 'compass-theme', :path => '../../compass-theme' #:git => 'git://github.com/Compass/compass-theme.git' +gem 'compass-theme', :git => 'git://github.com/Compass/compass-theme.git' # gem 'compass-susy-plugin', ">=0.7.0.pre8" # gem 'css-slideshow', "0.2.0" gem 'json' diff --git a/doc-src/Gemfile.lock b/doc-src/Gemfile.lock index eee41f06..60f18cc7 100644 --- a/doc-src/Gemfile.lock +++ b/doc-src/Gemfile.lock @@ -1,19 +1,20 @@ +GIT + remote: git://github.com/Compass/compass-theme.git + revision: e870bc7c1d9124636280b974ccfc395eed097411 + specs: + compass-theme (0.0.2) + compass (~> 0.11) + compass-susy-plugin (~> 0.7.0) + css-slideshow (= 0.2.0) + PATH remote: .. specs: - compass (0.12.0.6754be1) + compass (0.12.1.004f696) chunky_png (~> 1.2) fssm (>= 0.2.7) sass (~> 3.1) -PATH - remote: ../../compass-theme - specs: - compass-theme (0.0.1) - compass (~> 0.11) - compass-susy-plugin (>= 0.7.0.pre8) - css-slideshow (= 0.2.0) - GEM remote: http://rubygems.org/ specs: @@ -23,8 +24,8 @@ GEM builder (3.0.0) chunky_png (1.2.5) coderay (0.9.7) - compass-susy-plugin (0.9) - compass (>= 0.11.1) + compass-susy-plugin (0.7.0) + compass (>= 0.10.0) cri (2.0.2) css-slideshow (0.2.0) compass (>= 0.10.0.rc3)