Skip to content

Commit 0171f5b

Browse files
Bump webrick from 1.8.1 to 1.8.2
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 e2a459c commit 0171f5b

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
@@ -31,4 +31,4 @@ end
3131
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3232

3333
# Missing gem from Ruby 3
34-
gem "webrick", "~> 1.7"
34+
gem "webrick", "~> 1.8"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ GEM
255255
unicode-display_width (1.8.0)
256256
uri (0.13.1)
257257
wdm (0.1.1)
258-
webrick (1.8.1)
258+
webrick (1.8.2)
259259
zeitwerk (2.6.18)
260260

261261
PLATFORMS
@@ -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.18

0 commit comments

Comments
 (0)