Skip to content

Commit

Permalink
Lock to Rack 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Mar 19, 2020
1 parent 3a127f7 commit b046d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/binder.rb
Expand Up @@ -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
Expand Down

0 comments on commit b046d60

Please sign in to comment.