From e4e61690b8f200e06d27bf8ab0d86c6babbf856b Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Fri, 8 Nov 2024 13:10:39 -0500 Subject: [PATCH] Use newer URI so we can stay current and fix deprecations --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 190224035c8..43684028667 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ gem "cgi", "~> 0.3.5" # CVE-2023-28756 fixed: ruby 3.1.4 - https://github.com/advisories/GHSA-fg7x-g82r-94qc gem "time", "~> 0.2.2" # CVE-2023-36617 https://github.com/advisories/GHSA-hww2-5g85-429m -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 # Custom gem that replaces mime-types in order to redirect mime-types calls to mini_mime # Source is located at https://github.com/ManageIQ/mime-types-redirector