Skip to content

Commit d5ce8de

Browse files
committed
Upgrade jsut webrick
1 parent c0d84ac commit d5ce8de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2626
# Performance-booster for watching directories on Windows
2727
gem "wdm", "~> 0.1.0" if Gem.win_platform?
2828

29-
gem "webrick", "~> 1.7"
29+
gem "webrick", "~> 1.8.2"

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ GEM
260260
concurrent-ruby (~> 1.0)
261261
unicode-display_width (1.8.0)
262262
uri (0.13.0)
263-
webrick (1.8.1)
263+
webrick (1.8.2)
264264

265265
PLATFORMS
266266
x86_64-linux
@@ -271,7 +271,7 @@ DEPENDENCIES
271271
jekyll-feed (~> 0.6)
272272
jekyll-remote-theme
273273
tzinfo-data
274-
webrick (~> 1.7)
274+
webrick (~> 1.8.2)
275275

276276
BUNDLED WITH
277277
2.3.5

0 commit comments

Comments
 (0)