Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'puppetlabs:master' into master
Browse files Browse the repository at this point in the history
alex501212 authored Aug 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 3031603 + 5133743 commit f89b20a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configs/components/rubygem-rubyntlm.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
component 'rubygem-rubyntlm' do |pkg, settings, platform|
pkg.version '0.6.5'
pkg.md5sum 'a395ed20dbac837d6e61ca0c1e1fe131'
# Do not update past this version without solving the jruby/ruby2.7 issue described in the commit
# message this comment is associated with.
pkg.version '0.6.3'
pkg.md5sum 'e1f7477acf8a7d3effb2a3fb931aa84c'
instance_eval File.read('configs/components/_base-rubygem.rb')
end

0 comments on commit f89b20a

Please sign in to comment.