From 66c914b64578a6bd2db69d11ee31502d84fd56c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:29:49 +0000 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 in /docs 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] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index d885ada1..abad411a 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -22,7 +22,7 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] # Used for locally serving the website. -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" # See https://github.com/ffi/ffi/issues/1103 gem "ffi", "< 1.17.0" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 34f879e8..348cac03 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -259,7 +259,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS arm64-darwin-23 @@ -272,7 +272,7 @@ DEPENDENCIES tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.5.11