ManageIQ / manageiq

ManageIQ Open-Source Management Platform
https://manageiq.org
Apache License 2.0
1.35k stars 900 forks source link

DRb has been extracted from stdlib to a gem #23232

Closed agrare closed 1 month ago

agrare commented 1 month ago

Add DRb to the Gemfile as a gem as it has been extracted from stdlib to a standalone gem.

lib/miq_automation_engine/miq_ae_exception.rb:1: warning: lib/ruby/3.3.0/drb.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0.
You can add drb to your Gemfile or gemspec to silence this warning.
agrare commented 1 month ago

@miq-bot cross-repo-tests /all

agrare commented 1 month ago

Okay changed to ~>2.2, cross repo was green with ~>2.2.1 so I don't think we need to kick it again

miq-bot commented 1 month ago

Checked commit https://github.com/agrare/manageiq/commit/5103e69680600a55c2833e6b4fae192c5ff04be9 with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 1 file checked, 0 offenses detected Everything looks fine. :+1: