Skip to content

Commit 8b65989

Browse files
committed
Use newer URI so we can stay current and fix deprecations
1 parent e4c72e7 commit 8b65989

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
@@ -91,7 +91,7 @@ gem "cgi", "~> 0.3.5"
9191
# CVE-2023-28756 fixed: ruby 3.1.4 - https://github.com/advisories/GHSA-fg7x-g82r-94qc
9292
gem "time", "~> 0.2.2"
9393
# 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
94+
gem "uri", "~>1.0", ">=1.0.1" # Avoid URI 1.0.0 due to: https://github.com/ruby/uri/issues/125
9595

9696
# Custom gem that replaces mime-types in order to redirect mime-types calls to mini_mime
9797
# Source is located at https://github.com/ManageIQ/mime-types-redirector

0 commit comments

Comments
 (0)