Skip to content

Commit 1874014

Browse files
Bump webrick from 1.8.1 to 1.8.2 (#53)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc4978c commit 1874014

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
4747
# kramdown v1, comment out this line.
4848
gem "kramdown-parser-gfm"
4949

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ GEM
269269
unicode-display_width (1.8.0)
270270
uri (0.13.0)
271271
wdm (0.1.1)
272-
webrick (1.8.1)
272+
webrick (1.8.2)
273273
zeitwerk (2.6.16)
274274

275275
PLATFORMS
@@ -296,7 +296,7 @@ DEPENDENCIES
296296
tzinfo (~> 1.2)
297297
tzinfo-data
298298
wdm (~> 0.1.0)
299-
webrick (~> 1.7)
299+
webrick (~> 1.8)
300300

301301
BUNDLED WITH
302302
2.5.14

0 commit comments

Comments
 (0)