Skip to content

Commit

Permalink
add ruby 3.1.6 patch for rhel and suse platforms
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
  • Loading branch information
muthuja committed Sep 19, 2024
1 parent 657e565 commit 47ddb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
if version.satisfies?("= 3.1.4")
patch source: "ruby-3.1.4-configure.patch", plevel: 1, env: patch_env
elsif version.satisfies?("= 3.1.6")
patch source: "ruby-3.1.6-configure.patch", plevel: 1, env: patch_en
patch source: "ruby-3.1.6-configure.patch", plevel: 1, env: patch_env
end
end
end
Expand Down

0 comments on commit 47ddb92

Please sign in to comment.