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:
parent
3ac8cb76da
commit
99378cdb5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue