From 3e70561d49f1b39c1e4047041e4d99c5d0d40ee3 Mon Sep 17 00:00:00 2001 From: Matthew Stone Date: Mon, 28 Oct 2024 13:07:10 -0500 Subject: [PATCH] security update --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 4e81c2a..1b27626 100644 --- a/Gemfile +++ b/Gemfile @@ -30,4 +30,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.1" +gem "webrick", ">= 1.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index 9f1d40e..596b895 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ DEPENDENCIES tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1) - webrick (>= 1.8.1) + webrick (>= 1.8.2) BUNDLED WITH 2.5.15