require new compass, fix tests
This commit is contained in:
parent
345cbdcce2
commit
51d57afc73
|
@ -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 |
|
|
@ -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"])
|
||||
|
|
Loading…
Reference in a new issue