From c5fae0f46af53abff9aebb244f17b3cc47b602bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:52:29 -0800 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 (#531) Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 65ddbeee..ad06fd3c 100644 --- a/Gemfile +++ b/Gemfile @@ -11,4 +11,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem "wdm", "~> 0.1.0" if Gem.win_platform? # Required by 'jekyll serve' as of Ruby 3 -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index e4924868..f793410f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -275,7 +275,7 @@ GEM unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS x86_64-darwin-20 @@ -286,7 +286,7 @@ DEPENDENCIES jekyll (~> 3.9) jekyll-theme-cayman tzinfo-data - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.2.27