Skip to content

Commit 461f9be

Browse files
committed
try to address webrick issue
1 parent 8e40b2e commit 461f9be

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3434
# do not have a Java counterpart.
3535
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3636

37-
gem "webrick", "~> 1.7"
37+
#gem "webrick", "~> 1.7"
38+
#gem "webrick", ">=2.2.8"
3839

3940
gem "jekyll", "~> 3.9"

Gemfile.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ GEM
249249
unf_ext
250250
unf_ext (0.0.8.2)
251251
unicode-display_width (1.8.0)
252-
webrick (1.8.1)
253252
zeitwerk (2.6.9)
254253

255254
PLATFORMS
@@ -265,7 +264,6 @@ DEPENDENCIES
265264
tzinfo (>= 1, < 3)
266265
tzinfo-data
267266
wdm (~> 0.1.1)
268-
webrick (~> 1.7)
269267

270268
BUNDLED WITH
271-
2.4.14
269+
2.4.17

0 commit comments

Comments
 (0)