From a596e2454c88dd7d1bb349effc7fe68649c8aadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 06:00:41 +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 09733fe..43bc092 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ end gem 'wdm', '>= 0.1.0' if Gem.win_platform? -gem "webrick", "~> 1.7" \ No newline at end of file +gem "webrick", "~> 1.8" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index d2f47f7..dd467c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -272,7 +272,7 @@ GEM unf_ext (0.0.8) unf_ext (0.0.8-x64-mingw32) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.0) zeitwerk (2.5.1) PLATFORMS @@ -282,7 +282,7 @@ PLATFORMS DEPENDENCIES github-pages jekyll-seo-tag - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.5