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 0d92781 commit 1395484Copy full SHA for 1395484
Gemfile
@@ -4,7 +4,7 @@ gem "github-pages", group: :jekyll_plugins
4
5
gem "tzinfo-data"
6
gem "wdm", "~> 0.1.0" if Gem.win_platform?
7
-gem "webrick", "~> 1.7"
+gem "webrick", "~> 1.8"
8
9
# If you have any plugins, put them here!
10
group :jekyll_plugins do
Gemfile.lock
@@ -271,7 +271,7 @@ GEM
271
unf_ext (0.0.8.2)
272
unicode-display_width (1.8.0)
273
verbal_expressions (0.1.5)
274
- webrick (1.7.0)
+ webrick (1.8.1)
275
276
PLATFORMS
277
x86_64-darwin-21
@@ -287,7 +287,7 @@ DEPENDENCIES
287
jekyll-sitemap
288
jemoji
289
tzinfo-data
290
- webrick (~> 1.7)
+ webrick (~> 1.8)
291
292
BUNDLED WITH
293
2.3.4
0 commit comments