From 8b65989fbe27cb7359ff5a2bd3116bb9433eee4d 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 6e26c4bc037..911172110c6 100644 --- a/Gemfile +++ b/Gemfile @@ -91,7 +91,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.1" # Avoid URI 1.0.0 due to: https://github.com/ruby/uri/issues/125 # 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