Skip to content

Commit

Permalink
Require drb
Browse files Browse the repository at this point in the history
```
  warning: 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.
```
  • Loading branch information
kbrock committed Oct 18, 2024
1 parent 4c84f18 commit dccd5ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manageiq-automation_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "rubyzip", "~>2.0.0"
spec.add_dependency "drb"

spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "simplecov", ">= 0.21.2"
Expand Down

0 comments on commit dccd5ad

Please sign in to comment.