1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Require JRuby 9k, allow > Rack 1.6

This commit is contained in:
Trevor Bramble 2015-07-26 23:54:51 -07:00 committed by Trevor Bramble
parent af18cf588a
commit 103c2c9bd6
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ language: ruby
rvm: rvm:
- 2.2 - 2.2
- rbx-2 - rbx-2
- jruby - jruby-9.0.0.0.pre1
- jruby-head - jruby-head
- ruby-head - ruby-head

View file

@ -13,7 +13,7 @@ Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
s.extra_rdoc_files = s.files.select { |p| p =~ /^README/ } << 'LICENSE' s.extra_rdoc_files = s.files.select { |p| p =~ /^README/ } << 'LICENSE'
s.rdoc_options = %w[--line-numbers --inline-source --title Sinatra --main README.rdoc --encoding=UTF-8] s.rdoc_options = %w[--line-numbers --inline-source --title Sinatra --main README.rdoc --encoding=UTF-8]
s.add_dependency 'rack', '~> 1.6' s.add_dependency 'rack', '>= 1.6'
s.add_dependency 'tilt', '~> 2.0' s.add_dependency 'tilt', '~> 2.0'
s.add_dependency 'rack-protection', '~> 1.5' s.add_dependency 'rack-protection', '~> 1.5'
end end