bump shotgun devel dependency to 0.6

This commit is contained in:
Ryan Tomayko 2010-01-28 06:32:49 -08:00
parent 3ac8cb76da
commit 99378cdb5d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = %w[README.rdoc LICENSE]
s.add_dependency 'rack', '>= 1.0'
s.add_development_dependency 'shotgun', '>= 0.3', '< 1.0'
s.add_development_dependency 'shotgun', '>= 0.6', '< 1.0'
s.add_development_dependency 'rack-test', '>= 0.3.0'
s.has_rdoc = true