Skip to content

Commit

Permalink
update ruby 3.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <[email protected]>
  • Loading branch information
poorndm committed Nov 7, 2024
1 parent 082305b commit 416bc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/projects/omnibus-toolchain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

# it is important to set the default ruby version here. some software definitions such as
# nokogiri determine whether to compile or not on windows
override :ruby, version: aix? ? "3.0.3" : "3.1.2"
override :ruby, version: aix? ? "3.0.3" : "3.1.4"

# xproto 7.0.31 became the default version in omnibus-software but it failed to build on
# multiple non-x86_64 systems. (e.g. arm64, ppc64)
Expand Down

0 comments on commit 416bc03

Please sign in to comment.