From 6ab3f787b651b68c3aaab2fb8c11657783a874bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 07:21:35 +0000 Subject: [PATCH] chore(deps): update dependency http_parser.rb to "~> 0.8.0" --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 08f4c7c..7ea24ec 100644 --- a/Gemfile +++ b/Gemfile @@ -49,4 +49,4 @@ gem "kramdown-parser-gfm" # 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] diff --git a/Gemfile.lock b/Gemfile.lock index 05f6d4b..a11d203 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,7 +31,7 @@ GEM google-protobuf (4.32.1-x86_64-linux-gnu) 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) @@ -100,7 +100,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0.8.0) jekyll (~> 4.4.0) jekyll-feed (~> 0.17.0) kramdown-parser-gfm @@ -111,7 +111,7 @@ DEPENDENCIES wdm (~> 0.2.0) RUBY VERSION - ruby 3.4.6p54 + ruby 3.4.8p72 BUNDLED WITH 2.5.3