Skip to content

Commit 4fe33f7

Browse files
committed
chore: add webrick since it's unbundled in Ruby 3.0.0
1 parent bb1a5d2 commit 4fe33f7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
source "https://rubygems.org"
2+
3+
# Required in Ruby 3.0.0 as it's an unbundled gem now.
4+
gem "webrick"
5+
26
# Hello! This is where you manage which Jekyll version is used to run.
37
# When you want to use a different version, change it below, save the
48
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ GEM
6464
terminal-table (2.0.0)
6565
unicode-display_width (~> 1.1, >= 1.1.1)
6666
unicode-display_width (1.8.0)
67+
webrick (1.7.0)
6768

6869
PLATFORMS
6970
x86_64-darwin-19
@@ -75,6 +76,7 @@ DEPENDENCIES
7576
tzinfo (~> 1.2)
7677
tzinfo-data
7778
wdm (~> 0.1.1)
79+
webrick
7880

7981
BUNDLED WITH
8082
2.2.11

0 commit comments

Comments
 (0)