From 63524f421873b8fc4147fd62c31185b38204e52c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 06:02:23 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.0 Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7b332fd508..3a99c6aa7d 100644 --- a/Gemfile +++ b/Gemfile @@ -13,4 +13,4 @@ gem 'kramdown-parser-gfm' # and do: # bundle exec jekyll liveserve --incremental -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 6db1272f39..d206f1fb51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM typhoeus (1.4.0) ethon (>= 0.9.0) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.0) yell (2.2.2) PLATFORMS @@ -88,7 +88,7 @@ DEPENDENCIES html-proofer jekyll-redirect-from kramdown-parser-gfm - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.10