From 04ad06c640cafe8cce6507c02e8e09cf4b561dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:54:00 +0000 Subject: [PATCH] chore(deps): bump webrick from 1.8.1 to 1.8.2 in /site 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- site/Gemfile | 2 +- site/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/Gemfile b/site/Gemfile index 187096c493..7a42359249 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/site/Gemfile.lock b/site/Gemfile.lock index 0874b1ebc2..db75376e05 100644 --- a/site/Gemfile.lock +++ b/site/Gemfile.lock @@ -268,7 +268,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 arm64-darwin-20 @@ -281,7 +281,7 @@ PLATFORMS DEPENDENCIES github-pages - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.4.22