Add Rack >= 1.0 as a dependency to gemspec

This commit is contained in:
Simon Rozet 2009-06-26 01:43:12 +02:00
parent 0a2b77c9c4
commit 195f9c3544
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ spec = Gem::Specification.new do |s|
# Dependencies
s.add_dependency "nokogiri", ">= 1.2.0"
s.add_dependency "rack", ">= 1.0"
s.rubyforge_project = "webrat"
end