Skip to content

Commit

Permalink
Update Puma to version 6.3
Browse files Browse the repository at this point in the history
Fixes the error "Puma 5 is not compatible with Rack 3, please upgrade to Puma 6 or higher."
  • Loading branch information
wilsonsilva committed Sep 16, 2023
1 parent 1865858 commit ae3d4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nostr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'guard-rubocop', '~> 1.5'
spec.add_development_dependency 'overcommit', '~> 0.59'
spec.add_development_dependency 'pry', '~> 0.14'
spec.add_development_dependency 'puma', '~> 5.6'
spec.add_development_dependency 'puma', '~> 6.3'
spec.add_development_dependency 'rack', '~> 3.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rbs', '~> 2.8'
Expand Down

0 comments on commit ae3d4fd

Please sign in to comment.