We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1a5d2 commit 4fe33f7Copy full SHA for 4fe33f7
Gemfile
@@ -1,4 +1,8 @@
1
source "https://rubygems.org"
2
+
3
+# Required in Ruby 3.0.0 as it's an unbundled gem now.
4
+gem "webrick"
5
6
# Hello! This is where you manage which Jekyll version is used to run.
7
# When you want to use a different version, change it below, save the
8
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
Gemfile.lock
@@ -64,6 +64,7 @@ GEM
64
terminal-table (2.0.0)
65
unicode-display_width (~> 1.1, >= 1.1.1)
66
unicode-display_width (1.8.0)
67
+ webrick (1.7.0)
68
69
PLATFORMS
70
x86_64-darwin-19
@@ -75,6 +76,7 @@ DEPENDENCIES
75
76
tzinfo (~> 1.2)
77
tzinfo-data
78
wdm (~> 0.1.1)
79
+ webrick
80
81
BUNDLED WITH
82
2.2.11
0 commit comments