From d62977422e26159d704844e1b576505dd9add5ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:31:19 +0000 Subject: [PATCH] Update dependency webrick to v1.9.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9a6617f..647068b 100644 --- a/Gemfile +++ b/Gemfile @@ -50,5 +50,5 @@ gem 'sinatra', '4.0.0' gem 'sinatra-contrib', '4.0.0' gem 'sprockets', '4.2.1' gem 'test-unit', '3.6.2', require: false -gem 'webrick', '1.8.2' +gem 'webrick', '1.9.0' gem 'xcop', '0.7.1' diff --git a/Gemfile.lock b/Gemfile.lock index 427f19b..1eee1bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM unicode-display_width (2.6.0) uri (0.13.1) version_gem (1.1.3) - webrick (1.8.2) + webrick (1.9.0) xcop (0.7.1) differ (~> 0.1.2) nokogiri (~> 1.10) @@ -271,7 +271,7 @@ DEPENDENCIES sinatra-contrib (= 4.0.0) sprockets (= 4.2.1) test-unit (= 3.6.2) - webrick (= 1.8.2) + webrick (= 1.9.0) xcop (= 0.7.1) BUNDLED WITH