Skip to content

Commit 5660f38

Browse files
Bump webrick from 1.8.2 to 1.9.0 (#199)
1 parent 87be089 commit 5660f38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ gem 'guard-jekyll-plus'
55
gem 'guard-livereload'
66

77
# Temporary install for: https://github.com/jekyll/jekyll/issues/8523
8-
gem "webrick", "~> 1.8"
8+
gem "webrick", "~> 1.9"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ GEM
296296
concurrent-ruby (~> 1.0)
297297
unicode-display_width (1.8.0)
298298
uri (0.13.0)
299-
webrick (1.8.2)
299+
webrick (1.9.0)
300300

301301
PLATFORMS
302302
ruby
@@ -306,7 +306,7 @@ DEPENDENCIES
306306
guard
307307
guard-jekyll-plus
308308
guard-livereload
309-
webrick (~> 1.8)
309+
webrick (~> 1.9)
310310

311311
BUNDLED WITH
312312
2.5.7

0 commit comments

Comments
 (0)