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]

View File

@@ -48,7 +48,7 @@ GEM
google-protobuf (4.30.1-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
http_parser.rb (0.8.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jekyll (4.4.1)
@@ -156,7 +156,7 @@ PLATFORMS
x86_64-linux-musl
DEPENDENCIES
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0.8.0)
jekyll (~> 4.4.1)
jekyll-feed (~> 0.12)
jekyll-theme-cyberpunk!
@@ -165,4 +165,4 @@ DEPENDENCIES
wdm (~> 0.1)
BUNDLED WITH
2.6.5
2.6.8