mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Update rack gem dependency to allow rack 1.0
This commit is contained in:
parent
310fb9bbb7
commit
43a496e922
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ Gem::Specification.new do |s|
|
||||||
s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}
|
s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}
|
||||||
|
|
||||||
s.extra_rdoc_files = %w[README.rdoc LICENSE]
|
s.extra_rdoc_files = %w[README.rdoc LICENSE]
|
||||||
s.add_dependency 'rack', '>= 0.9.1', '< 1.0'
|
s.add_dependency 'rack', '>= 0.9.1'
|
||||||
s.add_development_dependency 'shotgun', '>= 0.2', '< 1.0'
|
s.add_development_dependency 'shotgun', '>= 0.2', '< 1.0'
|
||||||
|
|
||||||
s.has_rdoc = true
|
s.has_rdoc = true
|
||||||
|
|
Loading…
Reference in a new issue