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 e4c72e7 commit 8b65989Copy full SHA for 8b65989
Gemfile
@@ -91,7 +91,7 @@ gem "cgi", "~> 0.3.5"
91
# CVE-2023-28756 fixed: ruby 3.1.4 - https://github.com/advisories/GHSA-fg7x-g82r-94qc
92
gem "time", "~> 0.2.2"
93
# CVE-2023-36617 https://github.com/advisories/GHSA-hww2-5g85-429m
94
-gem "uri", "~> 0.13.1" # Avoid URI 1.0.0 for now due to: https://github.com/ruby/uri/issues/125
+gem "uri", "~>1.0", ">=1.0.1" # Avoid URI 1.0.0 due to: https://github.com/ruby/uri/issues/125
95
96
# Custom gem that replaces mime-types in order to redirect mime-types calls to mini_mime
97
# Source is located at https://github.com/ManageIQ/mime-types-redirector
0 commit comments