mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
change some deps
This commit is contained in:
parent
fcf9764512
commit
065eca47b6
1 changed files with 4 additions and 4 deletions
|
@ -23,12 +23,12 @@ Gem::Specification.new do |s|
|
|||
s.add_runtime_dependency("thor", ["~> 0.14.0"])
|
||||
s.add_runtime_dependency("tilt", ["~> 1.3.1"])
|
||||
s.add_runtime_dependency("rdiscount", ["~> 1.6.8"])
|
||||
s.add_runtime_dependency("sinatra", ["~> 1.2.0"])
|
||||
s.add_runtime_dependency("padrino-core", ["~> 0.9.23"])
|
||||
s.add_runtime_dependency("padrino-helpers", ["~> 0.9.23"])
|
||||
s.add_runtime_dependency("sinatra", ["~> 1.2.6"])
|
||||
s.add_runtime_dependency("padrino-core", ["~> 0.10.0"])
|
||||
s.add_runtime_dependency("padrino-helpers", ["~> 0.10.0"])
|
||||
s.add_runtime_dependency("rack-test", ["~> 0.5.0"])
|
||||
s.add_runtime_dependency("uglifier", ["~> 0.5.0"])
|
||||
s.add_runtime_dependency("slim", ["~> 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.5"])
|
||||
s.add_runtime_dependency("coffee-script", ["~> 2.2.0"])
|
||||
|
|
Loading…
Reference in a new issue