Skip to content

Commit

Permalink
i#6731: Add webrick dependency. (#40)
Browse files Browse the repository at this point in the history
Adds webrick gem dependency to dynamorio.github.io Gemfile.
This enables jekyll to run as expected after a bundle install.

Fixes: DynamoRIO/dynamorio#6731
  • Loading branch information
brettcoon authored Mar 26, 2024
1 parent 44b54f2 commit 03d9e39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

# webrick must now be included explicitly.
# See: https://github.com/jekyll/jekyll/issues/8523
gem "webrick", "~> 1.8.1"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.8.1)
zeitwerk (2.6.6)

PLATFORMS
Expand All @@ -267,6 +268,7 @@ DEPENDENCIES
minima (~> 2.0)
rexml (>= 3.2.5)
tzinfo-data
webrick (~> 1.8.1)

BUNDLED WITH
2.3.4

0 comments on commit 03d9e39

Please sign in to comment.