Skip to content

Commit 47ae9b8

Browse files
Bump webrick from 1.8.1 to 1.8.2 (#1344)
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>
1 parent f49b664 commit 47ae9b8

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
@@ -6,4 +6,4 @@ gem 'eventmachine', '1.2.7', git: '[email protected]:eventmachine/eventmachine', ta
66
gem 'html-proofer'
77
gem 'jsonlint'
88

9-
gem "webrick", "~> 1.7"
9+
gem "webrick", "~> 1.8"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ GEM
287287
unf_ext
288288
unf_ext (0.0.8.2)
289289
unicode-display_width (1.8.0)
290-
webrick (1.8.1)
290+
webrick (1.8.2)
291291
yell (2.2.2)
292292
zeitwerk (2.6.11)
293293

@@ -298,7 +298,7 @@ DEPENDENCIES
298298
github-pages
299299
html-proofer
300300
jsonlint
301-
webrick (~> 1.7)
301+
webrick (~> 1.8)
302302

303303
BUNDLED WITH
304304
2.4.10

0 commit comments

Comments
 (0)