From 3ef2bbe8b169f3bfee94753e4f4b6ed746a31113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:50:12 +0000 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...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 c5f8b838..a9619cc0 100644 --- a/Gemfile +++ b/Gemfile @@ -34,4 +34,4 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? # kramdown v1, comment out this line. gem "kramdown-parser-gfm" -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 5f0ea8bb..f12de762 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -254,7 +254,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (1.8.0) wdm (0.1.1) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS ruby @@ -268,7 +268,7 @@ DEPENDENCIES tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.0) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.7