-
Notifications
You must be signed in to change notification settings - Fork 656
Added new gems. #419
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
Added new gems. #419
Conversation
Could you explain why we need this? |
Hi @ctran, the gem byebug is works very well to debug the gem. Putting byebug in the code you are creating a breakpoint and you have a shell (better than puts xD). Let me fix the tests before merge. Regards. |
@ctran the merge is baddddd (you need to rebase from |
8922264
to
d7cb38b
Compare
@ctran can you add this:
to the semaphoreCI? |
@ctran ready to merge. |
* Added new gems.
Added byebug for debugging.