From bdfa78dd348812685ed056a8a8345d5b2f9fa91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 22:04:00 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 in /sample-ruby 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-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample-ruby/Gemfile | 2 +- sample-ruby/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-ruby/Gemfile b/sample-ruby/Gemfile index 424ece9..8a0f013 100644 --- a/sample-ruby/Gemfile +++ b/sample-ruby/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" gem "sinatra", "~> 2.2" -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/sample-ruby/Gemfile.lock b/sample-ruby/Gemfile.lock index 9a74875..ca9287c 100644 --- a/sample-ruby/Gemfile.lock +++ b/sample-ruby/Gemfile.lock @@ -13,14 +13,14 @@ GEM rack-protection (= 2.2.3) tilt (~> 2.0) tilt (2.0.11) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS x86_64-linux DEPENDENCIES sinatra (~> 2.2) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.7