mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Add rack-test as a development dependency
This commit is contained in:
parent
2fa9fd81bb
commit
d5a4d472c4
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ Gem::Specification.new do |s|
|
|||
s.extra_rdoc_files = %w[README.rdoc LICENSE]
|
||||
s.add_dependency 'rack', '>= 0.9.1'
|
||||
s.add_development_dependency 'shotgun', '>= 0.2', '< 1.0'
|
||||
s.add_development_dependency 'rack-test', '>= 0.3.0'
|
||||
|
||||
s.has_rdoc = true
|
||||
s.homepage = "http://sinatra.rubyforge.org"
|
||||
|
|
Loading…
Add table
Reference in a new issue