Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -111,7 +111,7 @@ DEPENDENCIES
wdm (~> 0.2.0)

RUBY VERSION
ruby 3.4.6p54
ruby 3.4.8p72

BUNDLED WITH
2.5.3