Skip to content

Commit 15727c8

Browse files
Bump webrick from 1.8.1 to 1.8.2 in /docs (#140)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pietro Monticone <[email protected]>
1 parent af4548c commit 15727c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
2222
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
2323

2424
# Used for locally serving the website.
25-
gem "webrick", "~> 1.7"
25+
gem "webrick", "~> 1.8"
2626

2727
# See https://github.com/ffi/ffi/issues/1103
2828
gem "ffi", "< 1.17.0"

docs/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ GEM
259259
concurrent-ruby (~> 1.0)
260260
unicode-display_width (1.8.0)
261261
uri (0.13.0)
262-
webrick (1.8.1)
262+
webrick (1.8.2)
263263

264264
PLATFORMS
265265
arm64-darwin-23
@@ -272,7 +272,7 @@ DEPENDENCIES
272272
tzinfo (~> 1.2)
273273
tzinfo-data
274274
wdm (~> 0.1.1)
275-
webrick (~> 1.7)
275+
webrick (~> 1.8)
276276

277277
BUNDLED WITH
278278
2.5.11

0 commit comments

Comments
 (0)