Skip to content

Commit 5133743

Browse files
authored
Merge pull request #889 from donoghuc/PE-38998-bad-ntlm
(PE-38998) Downgrade rubyntlm for now
2 parents e426e8b + 2723b4d commit 5133743

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
component 'rubygem-rubyntlm' do |pkg, settings, platform|
2-
pkg.version '0.6.5'
3-
pkg.md5sum 'a395ed20dbac837d6e61ca0c1e1fe131'
2+
# Do not update past this version without solving the jruby/ruby2.7 issue described in the commit
3+
# message this comment is associated with.
4+
pkg.version '0.6.3'
5+
pkg.md5sum 'e1f7477acf8a7d3effb2a3fb931aa84c'
46
instance_eval File.read('configs/components/_base-rubygem.rb')
57
end

0 commit comments

Comments
 (0)