update rack

This commit is contained in:
rick 2010-10-11 11:01:57 -07:00
parent 618d5f6f9d
commit 703f2cb0c3

View File

@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('sinatra', ['~> 1.0.0'])
s.add_runtime_dependency('addressable', ['~> 2.1.1'])
s.add_runtime_dependency('multipart-post', ['~> 1.0.1'])
s.add_runtime_dependency('rack', ['~> 1.0.1'])
s.add_runtime_dependency('rack', ['~> 1.2.1'])
## Leave this section as-is. It will be automatically generated from the
## contents of your Git repository via the gemspec task. DO NOT REMOVE