Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Add support for 2.1.2 #126

Closed
wants to merge 1 commit into from

Conversation

jiripospisil
Copy link

I'm not really familiar with the code base but it seems this is all it takes to get it working with 2.1.2p95.

Fixes #125

@caarlos0
Copy link

+1

4 similar comments
@Krule
Copy link

Krule commented May 12, 2014

👍

@lucascaton
Copy link

+1

@granolocks
Copy link

👍

@jsatk
Copy link

jsatk commented May 13, 2014

👍

@ivangranados
Copy link

any updates on this failing test ? is it ready ?

@flipkick
Copy link

the test doesn't fail because of this commit, but because of using ruby 2 now instead of ruby 1.9 for running the rake tasks.

before in https://travis-ci.org/cldwalker/debugger/jobs/19734278 :

 rvm use 1.9.3 --install --binary --fuzzy

now in https://travis-ci.org/cldwalker/debugger/jobs/19734279 :

 rvm use 2.0.0 --install --binary --fuzzy

using ruby 2.0.0 here in the travis setup would also break the tests for a version without this commit. using ruby 1.9.3 the tests would pass with this commit.

@kwent
Copy link

kwent commented May 21, 2014

+1

3 similar comments
@darthdeus
Copy link

+1

@backus
Copy link

backus commented May 22, 2014

+1

@alainmeier
Copy link

+1

@hallelujah
Copy link

Known Issues

  • Only 1.9.2 and 1.9.3 are supported. For 2.X rubies, consider using byebug or debugger2.

@cldwalker
Copy link
Owner

Closing since I'm scoping debugger to just 1.9.2 and 1.9.3. For more see #125 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debugger can't be installed on ruby 2.X