From 67d9945737fe33362d14e31a85dbd1a14ccfa274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:05:17 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index cf45783d2..c5a318234 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ gem 'jekyll-contentblocks' gem 'jekyll-include-cache' gem 'jekyll-random' gem 'kramdown-parser-gfm' -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index bc8977a46..d30b2e2f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS ruby @@ -78,7 +78,7 @@ DEPENDENCIES jekyll-random jekyll-redirect-from kramdown-parser-gfm - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.7