From c39808c5c910af31cf95f0a3e7751a17b011c7b5 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 31 Oct 2010 00:29:26 -0700 Subject: [PATCH] Update to use the new compass validator during development. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 51a54aea..ca660ecd 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ gem "compass", :path => "." gem "cucumber" gem "rspec" gem "rails", "~>3.0.0.rc" -gem "compass-validator", "1.0.0" +gem "compass-validator", "3.0.0" gem "css_parser" gem "rcov"