We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e426e8b + 2723b4d commit 5133743Copy full SHA for 5133743
configs/components/rubygem-rubyntlm.rb
@@ -1,5 +1,7 @@
1
component 'rubygem-rubyntlm' do |pkg, settings, platform|
2
- pkg.version '0.6.5'
3
- 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.
4
+ pkg.version '0.6.3'
5
+ pkg.md5sum 'e1f7477acf8a7d3effb2a3fb931aa84c'
6
instance_eval File.read('configs/components/_base-rubygem.rb')
7
end
0 commit comments