Skip to content

Commit f4908ca

Browse files
Bump webrick from 1.8.1 to 1.8.2 in /docs
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e7cb26 commit f4908ca

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)