Skip to content

Commit

Permalink
[AB2D] [Dependabot] Update webrick minimum version to 1.8.2 (#59)
Browse files Browse the repository at this point in the history
## 🎫 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/
  • Loading branch information
Rwolfe-Nava authored Oct 9, 2024
1 parent f455224 commit 41834fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 41834fa

Please sign in to comment.