Skip to content

Commit e4e6169

Browse files
committed
Use newer URI so we can stay current and fix deprecations
1 parent 35bd2c9 commit e4e6169

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

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

0 commit comments

Comments
 (0)