Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Merge pull request #926 from puppetlabs/CAT-2136
Browse files Browse the repository at this point in the history
(CAT-2136) Revert cange to `rubygem-pathspec.rb`
  • Loading branch information
alex501212 authored Oct 29, 2024
2 parents 948340b + 8db46db commit c7267d9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions configs/components/rubygem-pathspec.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c7267d9

Please sign in to comment.