From 880360c0c1386b6f2030de55a60d3b9a3804643e Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 28 Apr 2011 04:58:27 -0700 Subject: [PATCH] Bump sass dependency for development. --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ead7dac2..2ded1feb 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "rspec", "~>2.0.0" gem "rails", "~>3.0.0.rc" gem "compass-validator", "3.0.0" gem "css_parser", "~> 1.0.1" -gem "sass", "3.1.0.alpha.263" +gem "sass", "~>3.1" gem "haml", "~> 3.1.0.alpha" gem "rcov" gem "rubyzip" diff --git a/Gemfile.lock b/Gemfile.lock index 08c7989f..b73f550e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,10 +7,10 @@ GIT PATH remote: . specs: - compass (0.11.0) - chunky_png (~> 1.1.1) + compass (0.11.1.ef013a2) + chunky_png (~> 1.1) fssm (>= 0.2.7) - sass (>= 3.1.0.alpha.249) + sass (~> 3.1) GEM remote: http://rubygems.org/ @@ -118,7 +118,7 @@ GEM ruby-json (1.1.2) ruby-prof (0.10.5) rubyzip (0.9.4) - sass (3.1.0.alpha.263) + sass (3.1.1) term-ansicolor (1.0.5) thor (0.14.6) timecop (0.3.5) @@ -145,5 +145,5 @@ DEPENDENCIES rspec (~> 2.0.0) ruby-prof rubyzip - sass (= 3.1.0.alpha.263) + sass (~> 3.1) timecop