Skip to content

Commit f8808cd

Browse files
Update dependency cgi to "~> 0.5.0"
1 parent 68e91e4 commit f8808cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ gem "terminal", :require => false
8686
gem "wim_parser", "~>1.0", :require => false
8787

8888
# gems to resolve security issues
89-
gem "cgi", "~> 0.4.2" # CVE-2025-27219: https://github.com/advisories/GHSA-gh9q-2xrm-x6qv
89+
gem "cgi", "~> 0.5.0" # CVE-2025-27219: https://github.com/advisories/GHSA-gh9q-2xrm-x6qv
9090
gem "time", "~> 0.2.2" # CVE-2023-28756: https://github.com/advisories/GHSA-fg7x-g82r-94qc; ruby 3.1.4+
9191
gem "uri", "~> 0.13.2" # CVE-2025-27221: https://github.com/advisories/GHSA-22h5-pq3x-2gf2
9292
# Avoid URI 1.0.0 for now due to: https://github.com/ruby/uri/issues/125

0 commit comments

Comments
 (0)