From f7cb67e6dfbc7afde4c6894bf43e68f8dc2ab632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:43:53 +0000 Subject: [PATCH] build(deps): bump webrick from 1.9.0 to 1.9.1 Bumps [webrick](https://github.com/ruby/webrick) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 44f8824..3fb0f18 100644 --- a/Gemfile +++ b/Gemfile @@ -16,4 +16,4 @@ group :jekyll_plugins do gem "jekyll-feed", "~> 0.17.0" end -gem "webrick", "~> 1.9.0" +gem "webrick", "~> 1.9.1" diff --git a/Gemfile.lock b/Gemfile.lock index 72aaae3..6891386 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) - webrick (1.9.0) + webrick (1.9.1) PLATFORMS ruby @@ -81,7 +81,7 @@ DEPENDENCIES jekyll-asciidoc (~> 3.0.0) jekyll-feed (~> 0.17.0) minima (~> 2.5.1) - webrick (~> 1.9.0) + webrick (~> 1.9.1) BUNDLED WITH 2.3.22