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

select debugger gem dependent on ruby version #39

Closed
wants to merge 2 commits into from

Commits on Nov 11, 2016

  1. select debugger gem dependent on ruby version

    pry-debugger depends on debugger, which cannot be installed on
    ruby>=2.0. An extensive, lengthy and sometimes unerving discussion can
    be found on cldwalker/debugger#125
    
    On May 16, 2014, cldwalker suggested moving to byebug for
    rubies>=2. This is reflected in the change to Gemfile.
    
    	modified:   Gemfile
    cruwe committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    bacd782 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. select debugger gem dependent on ruby version - 2nd try

    pry-debugger depends on debugger, which cannot be installed on
    ruby>=2.0. An extensive, lengthy and sometimes unerving discussion can
    be found on cldwalker/debugger#125
    
    On May 16, 2014, cldwalker suggested moving to byebug for
    rubies>=2. This is reflected in the change to Gemfile.
    
    As it turns out, travisci has problems working with the mri platform
    directive, so bacd782 has been
    reworked to resort to simple if-else logic.
    cruwe committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    dcc6d8e View commit details
    Browse the repository at this point in the history