Skip to content

Commit 18a52f0

Browse files
dependabot[bot]tschneidereit
authored andcommitted
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 87c3efb commit 18a52f0

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
@@ -29,4 +29,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2929
gem "wdm", "~> 0.1.0" if Gem.win_platform?
3030

3131

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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ GEM
263263
unf_ext
264264
unf_ext (0.0.9.1)
265265
unicode-display_width (1.8.0)
266-
webrick (1.7.0)
266+
webrick (1.8.2)
267267

268268
PLATFORMS
269269
ruby
@@ -272,7 +272,7 @@ PLATFORMS
272272
DEPENDENCIES
273273
github-pages
274274
tzinfo-data
275-
webrick (~> 1.7)
275+
webrick (~> 1.8)
276276

277277
BUNDLED WITH
278278
2.2.16

0 commit comments

Comments
 (0)