From 511cf5bc6291f67786626808b8915a4fee373c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:27:03 +0000 Subject: [PATCH] chore(deps): Bump webrick from 1.8.1 to 1.9.0 Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production 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 56dcbe6d..2ec4f355 100644 --- a/Gemfile +++ b/Gemfile @@ -24,4 +24,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] -gem "webrick", "~> 1.8" +gem "webrick", "~> 1.9" diff --git a/Gemfile.lock b/Gemfile.lock index fc81e16e..421825f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM unf_ext (0.0.9.1) unicode-display_width (1.8.0) uri (0.13.0) - webrick (1.8.1) + webrick (1.9.0) PLATFORMS aarch64-linux @@ -283,7 +283,7 @@ DEPENDENCIES tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.8) + webrick (~> 1.9) BUNDLED WITH 2.5.6