Update dependency http_parser.rb to "~> 0.8.0"

This commit is contained in:
2026-01-01 05:17:16 +00:00
parent 94ee4db52c
commit aa7bb6d890
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]