1 Commits

Author SHA1 Message Date
51822247f5 Update dependency http_parser.rb to "~> 0.8.0" 2025-12-23 07:17:19 +00:00
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 # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart. # 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) google-protobuf (4.30.1-x86_64-linux)
bigdecimal bigdecimal
rake (>= 13) rake (>= 13)
http_parser.rb (0.8.0) http_parser.rb (0.8.1)
i18n (1.14.7) i18n (1.14.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.4.1) jekyll (4.4.1)
@@ -156,7 +156,7 @@ PLATFORMS
x86_64-linux-musl x86_64-linux-musl
DEPENDENCIES DEPENDENCIES
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.8.0)
jekyll (~> 4.4.1) jekyll (~> 4.4.1)
jekyll-feed (~> 0.12) jekyll-feed (~> 0.12)
jekyll-theme-cyberpunk! jekyll-theme-cyberpunk!
@@ -165,4 +165,4 @@ DEPENDENCIES
wdm (~> 0.1) wdm (~> 0.1)
BUNDLED WITH BUNDLED WITH
2.6.5 2.6.8