Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PE-38998) Downgrade rubyntlm for now #889

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading