mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
bump rack dependency
This commit is contained in:
parent
fac10a7940
commit
dc300e27a3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
|
|||
s.extra_rdoc_files = s.files.select { |p| p =~ /^README/ } << 'LICENSE'
|
||||
s.rdoc_options = %w[--line-numbers --inline-source --title Sinatra --main README.rdoc]
|
||||
|
||||
s.add_dependency 'rack', '~> 1.3', '>= 1.3.4'
|
||||
s.add_dependency 'rack', '~> 1.3', '>= 1.3.6'
|
||||
s.add_dependency 'rack-protection', '~> 1.1', '>= 1.1.2'
|
||||
s.add_dependency 'tilt', '~> 1.3', '>= 1.3.3'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue