1
0
Fork 0
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:
Nate Berkopec 2020-03-19 14:25:09 -06:00
parent 3a127f7d40
commit b046d6053a
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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