From 41834faf840b1cf0d556ae162f88dfd21b8a9358 Mon Sep 17 00:00:00 2001 From: Rwolfe-Nava <87499456+Rwolfe-Nava@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:46:58 -0400 Subject: [PATCH] [AB2D] [Dependabot] Update webrick minimum version to 1.8.2 (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🎫 Ticket https://jira.cms.gov/browse/AB2D-6321 ## 🛠 Changes Update webrick minimum version to 1.8.2 ## ℹ️ Context Webrick updated to 1.8.2 minimum version to address security vulnerability ## 🧪 Validation Tested locally. Deployed to IMPL environment: https://dyx9tyg1h7v8p.cloudfront.net/ --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 09cd6eb..995835a 100644 --- a/Gemfile +++ b/Gemfile @@ -34,4 +34,4 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform? gem 'jekyll-redirect-from', '>= 0.15.0' -gem "webrick", "~> 1.8" +gem "webrick", "~> 1.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index aa7a4f7..7b1ca0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS arm64-darwin-21 @@ -79,7 +79,7 @@ DEPENDENCIES minima (~> 2.5, >= 2.5.1) rexml (~> 3.3.6) tzinfo-data - webrick (~> 1.8) + webrick (~> 1.8.2) BUNDLED WITH 2.2.0