Skip to content

Commit 30fcf95

Browse files
Bump webrick from 1.7.0 to 1.8.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fcffbb9 commit 30fcf95

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
@@ -30,4 +30,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3030
# do not have a Java counterpart.
3131
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3232

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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ GEM
249249
unf_ext
250250
unf_ext (0.0.8.2)
251251
unicode-display_width (1.8.0)
252-
webrick (1.7.0)
252+
webrick (1.8.2)
253253
zeitwerk (2.6.6)
254254

255255
PLATFORMS
@@ -262,7 +262,7 @@ DEPENDENCIES
262262
tzinfo (>= 1, < 3)
263263
tzinfo-data
264264
wdm (~> 0.1.1)
265-
webrick (~> 1.7)
265+
webrick (~> 1.8)
266266

267267
BUNDLED WITH
268268
2.3.7

0 commit comments

Comments
 (0)