From f93ead65f5a7284ec73932d51a2217db3c37fcbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:32:02 +0000 Subject: [PATCH] chore(deps): bump webrick from 1.8.1 to 1.8.2 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 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 7dd066c..3b7834a 100644 --- a/Gemfile +++ b/Gemfile @@ -27,4 +27,4 @@ end gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? # Jekyll <= 4.2.0 compatibility with Ruby 3.0 -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index a40b457..b45ef53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM tzinfo (>= 1.0.0) unicode-display_width (2.5.0) wdm (0.1.1) - webrick (1.8.1) + webrick (1.8.2) yell (2.2.2) zeitwerk (2.6.16) @@ -162,7 +162,7 @@ DEPENDENCIES tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.5.16