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