Skip to content

Commit

Permalink
Merge pull request #578 from bdunne/ruby33
Browse files Browse the repository at this point in the history
Set ruby stream to 3.3

(cherry picked from commit 6c023a3)
  • Loading branch information
kbrock authored and Fryguy committed Nov 14, 2024
1 parent ecaefd1 commit 24ee489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kickstarts/base.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ timezone --utc America/New_York
<%= render_partial "main/bootloader" %>
<%= render_partial "main/disk_layout" %>

module --name ruby --stream 3.1
module --name ruby --stream 3.3
reboot

%packages --excludedocs
Expand Down

0 comments on commit 24ee489

Please sign in to comment.