[PATCH conductor 1/1] Update Gemfile.lock to specify working compass version

Crag Wolfe cwolfe at redhat.com
Wed Jul 25 17:36:45 UTC 2012


Gemfile.lock now specifies compass version 0.11.7, otherwise
"bundle exec compass compile" breaks.
---
 src/Gemfile.lock |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Gemfile.lock b/src/Gemfile.lock
index df278d9..d1e225c 100644
--- a/src/Gemfile.lock
+++ b/src/Gemfile.lock
@@ -46,7 +46,7 @@ GEM
     childprocess (0.3.2)
       ffi (~> 1.0.6)
     chunky_png (1.2.5)
-    compass (0.12.2)
+    compass (0.11.7)
       chunky_png (~> 1.2)
       fssm (>= 0.2.7)
       sass (~> 3.1)
@@ -192,7 +192,7 @@ PLATFORMS
 DEPENDENCIES
   aeolus-image (>= 0.4.0)
   capybara
-  compass
+  compass (~> 0.11.7)
   compass-960-plugin
   cucumber
   cucumber-rails
-- 
1.7.1




More information about the aeolus-devel mailing list