From 673ca7a9128c309b2501d7b0ba9f8048c73b214e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:16:09 +1000 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 (#214) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index caa6dac9..e2e4a236 100644 --- a/Gemfile +++ b/Gemfile @@ -9,5 +9,5 @@ group :jekyll_plugins do gem 'jekyll-mentions' gem 'jekyll_custom_permalink' end -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" gem 'html-proofer' diff --git a/Gemfile.lock b/Gemfile.lock index 623b2cbb..e6bd04d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) - webrick (1.8.1) + webrick (1.8.2) yell (2.2.2) zeitwerk (2.6.12) @@ -150,7 +150,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap jekyll_custom_permalink - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.4.6