Bump sass dependency for development.

This commit is contained in:
Chris Eppstein 2011-04-28 04:58:27 -07:00
parent ef013a231b
commit 880360c0c1
2 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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