Skip to content

Commit

Permalink
[No Ticket] Upgrade Webrick dependency (#2275)
Browse files Browse the repository at this point in the history
## 🎫 Ticket

None

## 🛠 Changes

<!-- What was added, updated, or removed in this PR? -->
This upgrades a dependency in our Gemfile.lock in order to unblock PRs.
See
https://github.com/CMSgov/dpc-app/actions/runs/11015023600/job/30587060583?pr=2267

## ℹ️ Context

<!-- Why were these changes made? Add background context suitable for a
non-technical audience. -->

<!-- If any of the following security implications apply, this PR must
not be merged without Stephen Walter's approval. Explain in this section
and add @SJWalter11 as a reviewer.
  - Adds a new software dependency or dependencies.
  - Modifies or invalidates one or more of our security controls.
  - Stores or transmits data that was not stored or transmitted before.
- Requires additional review of security implications for other reasons.
-->

## 🧪 Validation

<!-- How were the changes verified? Did you fully test the acceptance
criteria in the ticket? Provide reproducible testing instructions and
screenshots if applicable. -->
  • Loading branch information
chris-ronning-ny authored Sep 24, 2024
1 parent d9b9678 commit e3545bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dpc-admin/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
webrick (1.8.2)
websocket (1.2.10)
xpath (3.2.0)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -535,6 +535,7 @@ DEPENDENCIES
web-console (>= 3.3.0)
webdrivers
webmock
webrick (~> 1.8.2)

RUBY VERSION
ruby 3.3.1p55
Expand Down
3 changes: 2 additions & 1 deletion dpc-portal/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
webrick (1.8.2)
websocket (1.2.11)
xpath (3.2.0)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -629,6 +629,7 @@ DEPENDENCIES
view_component (~> 3.9)
webdrivers
webmock
webrick (~> 1.8.2)
yard (>= 0.9.36)

RUBY VERSION
Expand Down
2 changes: 1 addition & 1 deletion dpc-web/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
webrick (1.8.2)
websocket (1.2.10)
xpath (3.2.0)
nokogiri (~> 1.8)
Expand Down

0 comments on commit e3545bf

Please sign in to comment.