mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
track compass beta
This commit is contained in:
parent
9ea7da07cb
commit
835a0d8a3e
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
module Middleman
|
||||
VERSION = "1.1.0.alpha.2"
|
||||
VERSION = "1.1.0.beta.0"
|
||||
end
|
||||
|
|
|
@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
|||
s.add_runtime_dependency("yui-compressor", ["~> 0.9.0"])
|
||||
s.add_runtime_dependency("haml", ["~> 3.0"])
|
||||
s.add_runtime_dependency("sass", ["3.1.0.alpha.214"])
|
||||
s.add_runtime_dependency("compass", ["0.11.0.alpha.4"])
|
||||
s.add_runtime_dependency("compass", ["0.11.0.beta.0"])
|
||||
s.add_runtime_dependency("json_pure", ["~> 1.4.0"])
|
||||
s.add_runtime_dependency("smusher", ["~> 0.4.5"])
|
||||
s.add_runtime_dependency("compass-slickmap", ["~> 0.4.0"])
|
||||
|
|
Loading…
Reference in a new issue