require new compass, fix tests

This commit is contained in:
Thomas Reynolds 2014-08-17 13:20:29 -07:00
parent 345cbdcce2
commit 51d57afc73
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@ Feature: Compass sprites should be generated on build and copied
Given a successfully built app at "compass-sprites-app"
When I cd to "build"
Then the following files should exist:
| images/icon-s1a8aa64128.png |
| images/icon-s0de2218f58.png |

View file

@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_dependency("haml", [">= 4.0.5"])
s.add_dependency("sass", [">= 3.2.17", "< 4.0"])
s.add_dependency("compass-import-once", ["1.0.5"])
s.add_dependency("compass", [">= 0.12.4"])
s.add_dependency("compass", [">= 1.0.0", "< 2.0.0"])
s.add_dependency("uglifier", ["~> 2.5"])
s.add_dependency("coffee-script", ["~> 2.2"])
s.add_dependency("execjs", ["~> 2.0"])