From 882c0352dca523ae56951b0954cf563bd21f2f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:57:28 +0000 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 in /public in the dependencies group Bumps the dependencies group in /public with 1 update: [webrick](https://github.com/ruby/webrick). Updates `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 update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- public/Gemfile | 2 +- public/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/Gemfile b/public/Gemfile index e6cc7b2..6780d7c 100644 --- a/public/Gemfile +++ b/public/Gemfile @@ -14,5 +14,5 @@ end gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Fix jekyll serve for ruby 3.0.0 -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/public/Gemfile.lock b/public/Gemfile.lock index 564561f..4a587ef 100644 --- a/public/Gemfile.lock +++ b/public/Gemfile.lock @@ -267,7 +267,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.1) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS x86_64-darwin-20 @@ -279,7 +279,7 @@ DEPENDENCIES tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.4.10