From 7cd79f5f549f657128fb76bbd64cb1ccdbb99551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:01:20 -0700 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 (#378) 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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index a1008a3..83e1c7f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ gem "jekyll", "~> 4.2" gem "mdl", "~> 0.11.0" gem "rake", "~> 13.0" gem "rdoc", "~> 6.4" -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 0e9492a..47c93be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,6 @@ GEM eventmachine (1.2.7) eventmachine (1.2.7-java) ffi (1.17.0) - ffi (1.17.0-arm-linux-gnu) ffi (1.17.0-arm64-darwin) ffi (1.17.0-java) ffi (1.17.0-x86_64-linux-gnu) @@ -101,8 +100,6 @@ GEM sass-embedded (1.77.2) google-protobuf (>= 3.25, < 5.0) rake (>= 13.0.0) - sass-embedded (1.77.2-arm-linux-gnueabihf) - google-protobuf (>= 3.25, < 5.0) sass-embedded (1.77.2-arm64-darwin) google-protobuf (>= 3.25, < 5.0) sass-embedded (1.77.2-x86_64-linux-gnu) @@ -114,7 +111,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) tomlrb (2.0.1) unicode-display_width (2.5.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS arm64-darwin @@ -128,7 +125,7 @@ DEPENDENCIES mdl (~> 0.11.0) rake (~> 13.0) rdoc (~> 6.4) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.5.20