From 703f2cb0c315cc15604cf829059d1d43efed8c1c Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 11 Oct 2010 11:01:57 -0700 Subject: [PATCH] update rack --- faraday.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faraday.gemspec b/faraday.gemspec index bebc0ae4..b39bd610 100644 --- a/faraday.gemspec +++ b/faraday.gemspec @@ -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