Skip to content

Commit

Permalink
lock to puma < 6 until api changes are addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Oct 14, 2022
1 parent b4c446a commit 89e2190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "mail", "~> 2.5"

s.add_development_dependency "rack"
s.add_development_dependency "puma", ">= 4.3.8"
s.add_development_dependency "puma", ">= 4.3.8", "< 6"

s.add_development_dependency "byebug"
s.add_development_dependency "rake", ">= 12.3.3"
Expand Down

0 comments on commit 89e2190

Please sign in to comment.