Skip to content

Commit

Permalink
Merge pull request #23260 from jrafanie/lock-uri-to-0-13
Browse files Browse the repository at this point in the history
Lock URI to 0.13.x
  • Loading branch information
bdunne authored Nov 7, 2024
2 parents bd4b369 + 9ab659f commit 50ff2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2"
gem "uri", "~> 0.13.1" # Avoid URI 1.0.0 for now 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
Expand Down

0 comments on commit 50ff2d0

Please sign in to comment.