From c7b4f91b8c24a7f0b11ce18007d1522a5bf38662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:25:48 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1917aed1d1..4adfedb8f0 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" # Copy search-wc.js from the search-wc server gem "open-uri", "~> 0.4.1" diff --git a/Gemfile.lock b/Gemfile.lock index f4200d9890..839ac47c88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM date unicode-display_width (1.7.0) uri (0.13.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS ruby @@ -101,7 +101,7 @@ DEPENDENCIES minima (~> 2.0) open-uri (~> 0.4.1) tzinfo-data - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.2.16