Update dependency http_parser.rb to "~> 0.8.0"

This commit is contained in:
2025-12-23 07:17:19 +00:00
parent 94ee4db52c
commit 51822247f5
2 changed files with 4 additions and 4 deletions

View File

@@ -30,4 +30,4 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
gem "http_parser.rb", "~> 0.8.0", :platforms => [:jruby]