From b3ce2d0602da3d8f462bb48105e5a2ac2037bd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:45:07 +0100 Subject: [PATCH] build(deps): bump webrick from 1.8.2 to 1.9.0 (#67) Bumps [webrick](https://github.com/ruby/webrick) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... 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 f06b2ec..44f8824 100644 --- a/Gemfile +++ b/Gemfile @@ -16,4 +16,4 @@ group :jekyll_plugins do gem "jekyll-feed", "~> 0.17.0" end -gem "webrick", "~> 1.8.2" +gem "webrick", "~> 1.9.0" diff --git a/Gemfile.lock b/Gemfile.lock index 38b223f..72aaae3 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.8.2) + webrick (1.9.0) PLATFORMS ruby @@ -81,7 +81,7 @@ DEPENDENCIES jekyll-asciidoc (~> 3.0.0) jekyll-feed (~> 0.17.0) minima (~> 2.5.1) - webrick (~> 1.8.2) + webrick (~> 1.9.0) BUNDLED WITH 2.3.22