diff --git a/Gemfile b/Gemfile index 38bb0cf5b0c..b4a2d0aa743 100644 --- a/Gemfile +++ b/Gemfile @@ -189,7 +189,11 @@ group :red_hat_virtualization, :manageiq_default do end group :qpid_proton, :optional => true do - gem "qpid_proton", "~>0.30.0", :require => false + # We're eager requiring the qpid_proton gem on platforms that install it because + # zeitwerk wants to be able to eager/autoload the nuage provider which expects + # qpid constants to be defined. For mac platform, we have stubs for these constants + # defined in lib/qpid/proton. + gem "qpid_proton", "~>0.30.0" end group :systemd, :optional => true do