From f90b84de20582083e225b59fb99cbeca29f5853b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:08:32 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 (#205) 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 1d771f4..7a18044 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "jekyll", "~> 4.2.0" -gem "webrick", "~> 1.7.0" +gem "webrick", "~> 1.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index 6e8d7b0..77fe476 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS arm64-darwin-21 @@ -65,7 +65,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.2.0) - webrick (~> 1.7.0) + webrick (~> 1.8.2) BUNDLED WITH 2.3.11