Skip to content

Commit 1aa179d

Browse files
authored
Merge pull request #43 from tdiary/dependabot/bundler/webrick-1.8.2
Bump webrick from 1.7.0 to 1.8.2
2 parents fcffbb9 + 30fcf95 commit 1aa179d

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)