From 8db46dbe2cd666b74108e8a9a626480da46e327b Mon Sep 17 00:00:00 2001 From: david22swan Date: Tue, 29 Oct 2024 14:28:52 +0000 Subject: [PATCH] (CAT-2136) Revert cange to `rubygem-pathspec.rb` Change had broken the pdk-runtime as it is reliant on a pathspec version of less than 2 --- configs/components/rubygem-pathspec.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/configs/components/rubygem-pathspec.rb b/configs/components/rubygem-pathspec.rb index f3e047441..14788e169 100644 --- a/configs/components/rubygem-pathspec.rb +++ b/configs/components/rubygem-pathspec.rb @@ -1,11 +1,6 @@ component "rubygem-pathspec" do |pkg, settings, platform| - if settings[:ruby_version].to_f >= 3.1 - pkg.version "2.1.0" - pkg.sha256sum "89e186d2aeb8b8237b2ad8ed04bf47907b7acd475afff290d3f271b5f84c4d24" - else - pkg.version "1.1.3" - pkg.sha256sum "c4e7ff4c4019499488874e21c37a1e2473d5123cfce6f13ecb07f42c0f8c5d23" - end + pkg.version "1.1.3" + pkg.sha256sum "c4e7ff4c4019499488874e21c37a1e2473d5123cfce6f13ecb07f42c0f8c5d23" instance_eval File.read('configs/components/_base-rubygem.rb') end