mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Updating to sinatra 1.2.x
This commit is contained in:
parent
6e3c985265
commit
fb0fd41e57
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ Gem::Specification.new do |s|
|
|||
s.add_runtime_dependency("shotgun", ["~> 0.8.0"])
|
||||
s.add_runtime_dependency("thor", ["~> 0.14.0"])
|
||||
s.add_runtime_dependency("tilt", ["~> 1.2.0"])
|
||||
s.add_runtime_dependency("sinatra", ["~> 1.1.0"])
|
||||
s.add_runtime_dependency("padrino-core", ["~> 0.9.0"])
|
||||
s.add_runtime_dependency("padrino-helpers", ["~> 0.9.0"])
|
||||
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("rack-test", ["~> 0.5.0"])
|
||||
s.add_runtime_dependency("yui-compressor", ["~> 0.9.0"])
|
||||
s.add_runtime_dependency("haml", [">= 3.1.0.alpha.147"])
|
||||
|
|
Loading…
Reference in a new issue