mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Support rack 2.
This commit is contained in:
parent
4ad972c6f0
commit
dba2349d97
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -7,7 +7,7 @@ gem "rdoc"
|
|||
gem "rake-compiler"
|
||||
gem "test-unit", "~> 3.0"
|
||||
|
||||
gem "rack", "< 2.0"
|
||||
gem "rack", "< 3.0"
|
||||
gem 'minitest', '~> 5.8'
|
||||
|
||||
gem "jruby-openssl", :platform => "jruby"
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -20,7 +20,7 @@ HOE = Hoe.spec "puma" do
|
|||
|
||||
require_ruby_version ">= 1.8.7"
|
||||
|
||||
dependency "rack", [">= 1.1", "< 2.0"], :development
|
||||
dependency "rack", [">= 1.1", "< 3.0"], :development
|
||||
|
||||
extra_dev_deps << ["rake-compiler", "~> 0.8"]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue