Skip to content

Commit

Permalink
Restrict rack to < 3.0 as Puma 5 is not compatible with it
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Sep 6, 2023
1 parent 71ebd14 commit 295fdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faye-websocket.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'permessage_deflate'
s.add_development_dependency 'progressbar'
s.add_development_dependency 'puma', '>= 2.0.0', '< 6.0'
s.add_development_dependency 'rack'
s.add_development_dependency 'rack', '< 3'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rspec-eventmachine', '>= 0.2.0'

Expand Down

0 comments on commit 295fdf3

Please sign in to comment.