Skip to content

Commit 03d9e39

Browse files
authored
i#6731: Add webrick dependency. (#40)
Adds webrick gem dependency to dynamorio.github.io Gemfile. This enables jekyll to run as expected after a bundle install. Fixes: DynamoRIO/dynamorio#6731
1 parent 44b54f2 commit 03d9e39

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2626
# Performance-booster for watching directories on Windows
2727
gem "wdm", "~> 0.1.0" if Gem.win_platform?
2828

29+
# webrick must now be included explicitly.
30+
# See: https://github.com/jekyll/jekyll/issues/8523
31+
gem "webrick", "~> 1.8.1"

Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ GEM
253253
unf_ext
254254
unf_ext (0.0.8.2)
255255
unicode-display_width (1.8.0)
256+
webrick (1.8.1)
256257
zeitwerk (2.6.6)
257258

258259
PLATFORMS
@@ -267,6 +268,7 @@ DEPENDENCIES
267268
minima (~> 2.0)
268269
rexml (>= 3.2.5)
269270
tzinfo-data
271+
webrick (~> 1.8.1)
270272

271273
BUNDLED WITH
272274
2.3.4

0 commit comments

Comments
 (0)