prep fix for sass 3.1.6

This commit is contained in:
Thomas Reynolds 2011-08-03 15:25:08 -07:00
parent 73b9f4c9f0
commit c9f02e22ba
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module Middleman
VERSION = "2.0.0.rc95"
VERSION = "2.0.0.rc96"
end

View file

@ -28,9 +28,10 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("uglifier", ["~> 1.0.0"])
s.add_runtime_dependency("slim", ["~> 0.9.0"])
s.add_runtime_dependency("haml", ["~> 3.1.0"])
s.add_runtime_dependency("sass", ["~> 3.1.6"])
s.add_runtime_dependency("sass", ["~> 3.1.5", '< 3.1.6'])
s.add_runtime_dependency("coffee-script", ["~> 2.2.0"])
s.add_runtime_dependency("compass", ["~> 0.11.3"])
s.add_runtime_dependency("coffee-script", ["~> 2.2.0"])
s.add_runtime_dependency("sprockets", ["2.0.0.beta.12"])
s.add_runtime_dependency("httparty", ["~> 0.7.0"])
s.add_runtime_dependency("guard", ["~> 0.5.1"])