We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e91e4 commit f8808cdCopy full SHA for f8808cd
Gemfile
@@ -86,7 +86,7 @@ gem "terminal", :require => false
86
gem "wim_parser", "~>1.0", :require => false
87
88
# gems to resolve security issues
89
-gem "cgi", "~> 0.4.2" # CVE-2025-27219: https://github.com/advisories/GHSA-gh9q-2xrm-x6qv
+gem "cgi", "~> 0.5.0" # CVE-2025-27219: https://github.com/advisories/GHSA-gh9q-2xrm-x6qv
90
gem "time", "~> 0.2.2" # CVE-2023-28756: https://github.com/advisories/GHSA-fg7x-g82r-94qc; ruby 3.1.4+
91
gem "uri", "~> 0.13.2" # CVE-2025-27221: https://github.com/advisories/GHSA-22h5-pq3x-2gf2
92
# Avoid URI 1.0.0 for now due to: https://github.com/ruby/uri/issues/125
0 commit comments