From 7bb5c8ef6ccc0bd76f9b4495e472384a91f2e933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:37:47 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.1 Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a29ad40d1..b3fbb550a 100644 --- a/Gemfile +++ b/Gemfile @@ -15,5 +15,5 @@ group :development, :test do gem 'eslintrb' gem 'test-unit' gem 'json-schema' - gem "webrick", "~> 1.7" + gem "webrick", "~> 1.8" end diff --git a/Gemfile.lock b/Gemfile.lock index c1f121165..7fe241610 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM ethon (>= 0.9.0) tzinfo (1.2.10) thread_safe (~> 0.1) - webrick (1.7.0) + webrick (1.8.1) yell (2.2.2) PLATFORMS @@ -127,7 +127,7 @@ DEPENDENCIES kramdown-parser-gfm rake test-unit - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.2.3