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

Add irb as a runtime dependency #536

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 1, 2019

  1. Add irb as a runtime dependency

    prybug depends on irb: https://github.com/deivid-rodriguez/byebug/blob/d971a2b40807faf4c8654b204ddc2b30d90351fe/lib/byebug/commands/irb.rb#L4
    irb isn't bundled with ruby, starting with ruby2.6. irb is a standalone
    gem, so we cannot rely on it being present on the target system.
    bastelfreak committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    69f3967 View commit details
    Browse the repository at this point in the history