1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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