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.
2 parents 7ae6cfa + b18c699 commit 6ba433bCopy full SHA for 6ba433b
Gemfile
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
5
gem "jekyll", "~> 4.4"
6
gem "just-the-docs", "~> 0.3.3"
7
-gem "webrick", "~> 1.7"
+gem "webrick", "~> 1.9"
8
gem "jekyll-remote-theme"
9
10
group :jekyll_plugins do
Gemfile.lock
@@ -80,7 +80,7 @@ GEM
80
terminal-table (3.0.2)
81
unicode-display_width (>= 1.1.1, < 3)
82
unicode-display_width (2.6.0)
83
- webrick (1.7.0)
+ webrick (1.9.1)
84
85
PLATFORMS
86
arm64-darwin-21
@@ -95,7 +95,7 @@ DEPENDENCIES
95
jekyll-remote-theme
96
jekyll-sitemap (~> 1.4)
97
just-the-docs (~> 0.3.3)
98
- webrick (~> 1.7)
+ webrick (~> 1.9)
99
100
BUNDLED WITH
101
2.3.12
0 commit comments