Skip to content

Commit

Permalink
Fix Ruby version of amzn2023
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 9, 2024
1 parent 9eb3449 commit 622c55b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ood_packaging/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def ondemand_rpm_repo_baseurl
end

def ruby_version
return '3.2' if dist == 'amzn2023'

'3.3'
end

Expand Down

0 comments on commit 622c55b

Please sign in to comment.