diff --git a/Gemfile b/Gemfile index 4a9bc6d..8124fba 100644 --- a/Gemfile +++ b/Gemfile @@ -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] diff --git a/Gemfile.lock b/Gemfile.lock index d0534b9..fc241f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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