Skip to content

Commit

Permalink
Update previous Ruby versions
Browse files Browse the repository at this point in the history
This is being done for two reasons:

1. We're upgrading to Ruby 3.3 (so we need to list previous versions)
2. Several CVEs were resolved in Ruby 3+ releases. We should use these

Co-authored-by: Bryan Dragon <25506+bdragon@users.noreply.github.com>
  • Loading branch information
landongrindheim and bdragon authored Apr 29, 2024
1 parent c8f9fc1 commit e2dc892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def source_requirements
Gem::Specification.new("Ruby\0", requested_version)
end

%w(2.5.3 2.6.10 2.7.7 3.0.5 3.2.1).each do |version|
%w(2.5.3 2.6.10 2.7.8 3.0.7 3.1.5 3.2.4).each do |version|
sources.metadata_source.specs << Gem::Specification.new("Ruby\0", version)
end

Expand Down

0 comments on commit e2dc892

Please sign in to comment.