mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Lock to Rack 1.6
This commit is contained in:
parent
3a127f7d40
commit
b046d6053a
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -6,7 +6,7 @@ gem "rdoc"
|
|||
gem "rake-compiler"
|
||||
|
||||
gem "nio4r", "~> 2.0"
|
||||
gem "rack", "< 3.0"
|
||||
gem "rack", "~> 1.6"
|
||||
gem "minitest", "~> 5.11"
|
||||
gem "minitest-retry"
|
||||
gem "minitest-proveit"
|
||||
|
|
|
@ -11,7 +11,7 @@ module Puma
|
|||
class Binder
|
||||
include Puma::Const
|
||||
|
||||
RACK_VERSION = [1,3].freeze
|
||||
RACK_VERSION = [1,6].freeze
|
||||
|
||||
def initialize(events)
|
||||
@events = events
|
||||
|
|
Loading…
Reference in a new issue