From 12ee3d340b1cc54502565926eee2cc2dd37c04bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 14:07:41 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 in /.github/workflows 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:development ... Signed-off-by: dependabot[bot] --- .github/workflows/Gemfile.lock | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Gemfile.lock b/.github/workflows/Gemfile.lock index 5495a0d..1c3a556 100644 --- a/.github/workflows/Gemfile.lock +++ b/.github/workflows/Gemfile.lock @@ -213,6 +213,8 @@ GEM minitest (5.16.2) nokogiri (1.13.8-arm64-darwin) racc (~> 1.4) + nokogiri (1.13.8-x86_64-linux) + racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -249,11 +251,12 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) zeitwerk (2.6.0) PLATFORMS arm64-darwin-20 + x86_64-linux DEPENDENCIES commonmarker (~> 0.23)