From 27619c60f3bb8a294b766ac44846733b32df944a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:04:27 +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 8eb98b4..d319aad 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" gem 'github-pages' -gem "webrick", "~> 1.8.1" +gem "webrick", "~> 1.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index 76d419b..8f2c9ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -254,7 +254,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) zeitwerk (2.6.16) PLATFORMS @@ -263,7 +263,7 @@ PLATFORMS DEPENDENCIES github-pages - webrick (~> 1.8.1) + webrick (~> 1.8.2) BUNDLED WITH 2.2.3