Skip to content

Commit

Permalink
Upgrade qpid_proton to 0.37.0 for ruby 3.1 support
Browse files Browse the repository at this point in the history
Fixes an issue in their extension of ruby's URI library which
was broken when they used private class instance variable schemes which
is changed in ruby 3.1.

Fixed in 0.37.0 of qpid-proton:
apache/qpid-proton@6bcdfeb
apache/qpid-proton@ec535e7

Requires that qpid_proton can be packaged and upgraded as part of:
ManageIQ#22271
ManageIQ/manageiq-appliance-build#559
ManageIQ/manageiq-appliance-build#560
  • Loading branch information
jrafanie committed Dec 8, 2023
1 parent 48486cb commit 93ce9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ group :red_hat_virtualization, :manageiq_default do
end

group :qpid_proton, :optional => true do
gem "qpid_proton", "~>0.30.0", :require => false
gem "qpid_proton", "~>0.37.0", :require => false
end

group :systemd, :optional => true do
Expand Down

0 comments on commit 93ce9ae

Please sign in to comment.