From 49763d409c77ef16ca5bf1f3447af7d17a7c571e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 00:18:16 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 in /benchmarks/railsbench 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] --- benchmarks/railsbench/Gemfile | 2 +- benchmarks/railsbench/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/railsbench/Gemfile b/benchmarks/railsbench/Gemfile index 5ca45db8..f84e6d5a 100644 --- a/benchmarks/railsbench/Gemfile +++ b/benchmarks/railsbench/Gemfile @@ -24,7 +24,7 @@ gem 'sqlite3', platform: :ruby gem 'activerecord-jdbcsqlite3-adapter', '~> 70', platform: :jruby # Use webrick for the web server since it's easy to install. # The web server is not used during the benchmark. -gem 'webrick', '~> 1.7.0' +gem 'webrick', '~> 1.8.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # Needed in the benchmark for json responses gem 'jbuilder', '~> 2.7' diff --git a/benchmarks/railsbench/Gemfile.lock b/benchmarks/railsbench/Gemfile.lock index ca76286f..e2b4953d 100644 --- a/benchmarks/railsbench/Gemfile.lock +++ b/benchmarks/railsbench/Gemfile.lock @@ -172,7 +172,7 @@ GEM concurrent-ruby (~> 1.0) uri (1.0.3) useragent (0.16.11) - webrick (1.7.0) + webrick (1.8.2) zeitwerk (2.7.3) PLATFORMS @@ -205,7 +205,7 @@ DEPENDENCIES sqlite3 stackprof tzinfo-data - webrick (~> 1.7.0) + webrick (~> 1.8.2) BUNDLED WITH 2.8.0.dev