1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

require newer sprockets

This commit is contained in:
Thomas Reynolds 2011-08-05 10:45:14 -07:00
parent f5550d6fbb
commit 6e4e0d3042

View file

@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("sass", ["~> 3.1.5", '< 3.1.6'])
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("sprockets", ["2.0.0.beta.13"])
s.add_runtime_dependency("httparty", ["~> 0.7.8"])
s.add_runtime_dependency("guard", ["~> 0.5.1"])
s.add_runtime_dependency("guard-livereload", ["~> 0.2.1"])