We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9727d commit c900fd7Copy full SHA for c900fd7
site/Gemfile
@@ -15,7 +15,7 @@
15
#
16
source 'https://rubygems.org'
17
gem 'jekyll', '~>4'
18
-gem "webrick", "~> 1.7"
+gem "webrick", "~> 1.8"
19
20
group :jekyll_plugins do
21
gem 'jekyll-redirect-from'
site/Gemfile.lock
@@ -58,7 +58,7 @@ GEM
58
terminal-table (2.0.0)
59
unicode-display_width (~> 1.1, >= 1.1.1)
60
unicode-display_width (1.8.0)
61
- webrick (1.7.0)
+ webrick (1.8.2)
62
63
PLATFORMS
64
x86_64-linux
@@ -67,7 +67,7 @@ PLATFORMS
67
DEPENDENCIES
68
jekyll (~> 4)
69
jekyll-redirect-from
70
- webrick (~> 1.7)
+ webrick (~> 1.8)
71
72
BUNDLED WITH
73
2.3.11
0 commit comments