From 68dff07754f5e18516b9ae69d82b67a67753be6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:54:57 +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 f107da65..457b48ce 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ gem 'rouge' # For pagination gem 'jekyll-paginate' -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index f882647c..e4cdc1ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.7.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS ruby @@ -88,7 +88,7 @@ DEPENDENCIES jemoji kramdown (~> 2.3) rouge - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.13