Skip to content

Commit

Permalink
Update puma.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jan 29, 2025
1 parent dff1f4a commit 5c4fce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.email = ["evan@phx.io"]
s.executables = ["puma", "pumactl"]
s.extensions = ["ext/puma_http11/extconf.rb"]
s.add_runtime_dependency "nio4r", "~> 2.5.5"
s.add_runtime_dependency "nio4r", "~> 2.6"
if RbConfig::CONFIG['ruby_version'] >= '2.5'
s.metadata["msys2_mingw_dependencies"] = "openssl"
end
Expand Down

0 comments on commit 5c4fce0

Please sign in to comment.