From cb798b943ff5bd27883776903e1b038cd320b2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:36:10 +0300 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 in the bundler group across 1 directory (#257) Bumps the bundler group with 1 update in the / directory: [webrick](https://github.com/ruby/webrick). Updates `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 dependency-group: bundler ... 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 2a3069fa8..360aa47a0 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ source 'https://rubygems.org' gem 'jekyll', '4.2.2' gem 'jekyll-paginate', '1.1.0' gem 'jekyll-spaceship', '0.10.2' -gem 'webrick', '1.8.1' +gem 'webrick', '1.8.2' diff --git a/Gemfile.lock b/Gemfile.lock index 10ad0d726..bd8156bfa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS arm64-darwin-22 @@ -83,7 +83,7 @@ DEPENDENCIES jekyll (= 4.2.2) jekyll-paginate (= 1.1.0) jekyll-spaceship (= 0.10.2) - webrick (= 1.8.1) + webrick (= 1.8.2) BUNDLED WITH 2.3.25