Skip to content

Commit 4b8d3dc

Browse files
authored
Merge pull request #685 from share/dependabot/bundler/docs/webrick-1.8.2
Bump webrick from 1.8.1 to 1.8.2 in /docs
2 parents 1e7cb26 + f4908ca commit 4b8d3dc

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
@@ -33,4 +33,4 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
3333
gem "kramdown-parser-gfm"
3434

3535
# Needed for Ruby 3: https://github.com/jekyll/jekyll/issues/8523
36-
gem "webrick", "~> 1.7"
36+
gem "webrick", "~> 1.8"

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ GEM
258258
unf_ext (0.0.9.1)
259259
unicode-display_width (1.8.0)
260260
wdm (0.1.1)
261-
webrick (1.8.1)
261+
webrick (1.8.2)
262262
zeitwerk (2.6.12)
263263

264264
PLATFORMS
@@ -271,7 +271,7 @@ DEPENDENCIES
271271
tzinfo (~> 1.2)
272272
tzinfo-data
273273
wdm (~> 0.1.0)
274-
webrick (~> 1.7)
274+
webrick (~> 1.8)
275275

276276
BUNDLED WITH
277277
2.1.4

0 commit comments

Comments
 (0)