From ee30123fabd02d50b60ace50f4087b75c83cb35e Mon Sep 17 00:00:00 2001 From: Matthias Kaeppler Date: Fri, 6 Aug 2021 14:11:25 +0200 Subject: [PATCH] Fix patches not applied to Ruby 3 build image Since RUBY_VERSION expands to 3.0.2, and since we look for patches in a director of the same name, no patches were applied from the 3.0.0 directory. --- patches/ruby/{3.0.0 => 3.0.2}/thread-memory-allocations-3.0.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename patches/ruby/{3.0.0 => 3.0.2}/thread-memory-allocations-3.0.patch (100%) diff --git a/patches/ruby/3.0.0/thread-memory-allocations-3.0.patch b/patches/ruby/3.0.2/thread-memory-allocations-3.0.patch similarity index 100% rename from patches/ruby/3.0.0/thread-memory-allocations-3.0.patch rename to patches/ruby/3.0.2/thread-memory-allocations-3.0.patch