Skip to content

Commit

Permalink
Merge pull request #9645 from dependabot/specify-patch-levels-for-pre…
Browse files Browse the repository at this point in the history
…vious-rubies

Specify patch levels for previous Rubies
  • Loading branch information
landongrindheim authored May 1, 2024
2 parents 947347b + cc8086a commit f3e2bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def index
Gem::Specification.new("ruby\0", requested_version)
end

%w(2.5.3p105 2.6.10p210 2.7.6p219 3.0.7 3.1.5 3.2.4).each do |version|
%w(2.5.3p105 2.6.10p210 2.7.6p219 3.0.7p220 3.1.5p252 3.2.4p170).each do |version|
sources.metadata_source.specs << Gem::Specification.new("ruby\0", version)
end
end
Expand Down

0 comments on commit f3e2bec

Please sign in to comment.