Mon-Ouie / pry-remote

Connect to Pry remotely
Other
639 stars 81 forks source link

Add drb gem as dependency #88

Open mathieujobin opened 8 months ago

mathieujobin commented 8 months ago

drb has been bundled as a gem, and will be removed from the stdlib from ruby 3.4.0

This patch will fix following warning with Ruby 3.3.0

warning: drb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add drb to your Gemfile or gemspec. Also contact author of pry-remote-0.1.8 to add drb into its gemspec.

mathieujobin commented 4 days ago

Ping!

Is this maintained?

What is the official replacement??