We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87be089 commit 5660f38Copy full SHA for 5660f38
Gemfile
@@ -5,4 +5,4 @@ gem 'guard-jekyll-plus'
5
gem 'guard-livereload'
6
7
# Temporary install for: https://github.com/jekyll/jekyll/issues/8523
8
-gem "webrick", "~> 1.8"
+gem "webrick", "~> 1.9"
Gemfile.lock
@@ -296,7 +296,7 @@ GEM
296
concurrent-ruby (~> 1.0)
297
unicode-display_width (1.8.0)
298
uri (0.13.0)
299
- webrick (1.8.2)
+ webrick (1.9.0)
300
301
PLATFORMS
302
ruby
@@ -306,7 +306,7 @@ DEPENDENCIES
306
guard
307
guard-jekyll-plus
308
guard-livereload
309
- webrick (~> 1.8)
+ webrick (~> 1.9)
310
311
BUNDLED WITH
312
2.5.7
0 commit comments