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:
parent
f5550d6fbb
commit
6e4e0d3042
1 changed files with 1 additions and 1 deletions
|
@ -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"])
|
||||
|
|
Loading…
Reference in a new issue