Skip to content

Commit

Permalink
Updated Apr 4 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylovescheese committed Apr 4, 2024
1 parent 0a6bf75 commit f6b3d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ 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 "webrick", "~> 1.8"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ GEM
unicode-display_width (1.8.0)
uri (0.13.0)
wdm (0.1.1)
webrick (1.8.1)

PLATFORMS
aarch64-linux
Expand All @@ -288,6 +289,7 @@ DEPENDENCIES
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.0)
webrick (~> 1.8)

BUNDLED WITH
2.5.6

0 comments on commit f6b3d90

Please sign in to comment.