Skip to content

Commit

Permalink
bump rack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Dec 30, 2011
1 parent fac10a7 commit dc300e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra.gemspec
Expand Up @@ -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

0 comments on commit dc300e2

Please sign in to comment.