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

DRb has been extracted from stdlib to a gem #23232

Merged
merged 1 commit into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. DRb has been extracted from stdlib to a gem

    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 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5103e69 View commit details
    Browse the repository at this point in the history