Skip to content

Commit

Permalink
changing the conditon
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <[email protected]>
  • Loading branch information
muthuja committed May 28, 2024
1 parent 3fd9c75 commit 3cf735b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,16 +188,14 @@
# cost of this behavior in core ruby is enormous.
#
if version.satisfies?("< 3.1")
patch source: "ruby-fast-load_26.patch", plevel: 1, env: patch_env
patch source: "ruby-fast-load_26.patch", plevel: 1, env: patch_env
else
patch source: "ruby-fast-load_31.patch", plevel: 1, env: patch_env
end

if rhel? && platform_version.satisfies?("== 7") && version == "3.1.4"
patch source: "ruby-3.1.4-configure.patch", plevel: 1, env: patch_env
end


# this removes a checks for windows nano in the win32-ole files.
# windows nano is a dead platform and not supported by chef so we can avoid
# registry lookups by patching away this code
Expand Down

0 comments on commit 3cf735b

Please sign in to comment.