Skip to content

Commit

Permalink
Allow ruby 3.1 to use the newer patched version default gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Dec 8, 2023
1 parent ce27617 commit 74a7e1c
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 @@ -88,7 +88,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.10.3"
gem "uri", ">= 0.12.2"

# 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 74a7e1c

Please sign in to comment.