Skip to content

Commit 57c9913

Browse files
Bump webrick from 1.8.1 to 1.8.2 (#122)
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> Co-authored-by: Sanket Verma <svsanketverma5@gmail.com>
1 parent e9e6024 commit 57c9913

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
@@ -29,6 +29,6 @@ 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"
3333

3434
gem "jekyll-redirect-from"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ GEM
265265
unf_ext (0.0.9.1)
266266
unicode-display_width (1.8.0)
267267
uri (0.13.0)
268-
webrick (1.8.1)
268+
webrick (1.8.2)
269269

270270
PLATFORMS
271271
ruby
@@ -278,7 +278,7 @@ DEPENDENCIES
278278
jekyll-sitemap
279279
kramdown-parser-gfm
280280
tzinfo-data
281-
webrick (~> 1.7)
281+
webrick (~> 1.8)
282282

283283
BUNDLED WITH
284284
2.3.6

0 commit comments

Comments
 (0)