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 rb-readline to gemfile #1992

Merged
merged 1 commit into from
Jul 11, 2017
Merged

add rb-readline to gemfile #1992

merged 1 commit into from
Jul 11, 2017

Conversation

jsugarman
Copy link
Contributor

byebug has a OS library dependency that is, nonentheless, not a
gem dependency. This results in rails server or console start raising
an error

Sorry, you can't use byebug without Readline. To solve this, you need to
rebuild Ruby with Readline support. If using Ubuntu, try `sudo apt-get
install libreadline-dev` and then reinstall your Ruby.

Easiest fix to prevent the error is to add rb-readline as dev/test
dependency in the Gemfile. See byebug issue

@jsugarman jsugarman requested a review from colinbruce July 11, 2017 12:20
colinbruce
colinbruce previously approved these changes Jul 11, 2017
Copy link
Contributor

@colinbruce colinbruce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

byebug has a OS library dependency that is, nonentheless, not a
gem dependency. This results in rails server or console start raising
an error

```
Sorry, you can't use byebug without Readline. To solve this, you need to
rebuild Ruby with Readline support. If using Ubuntu, try `sudo apt-get
install libreadline-dev` and then reinstall your Ruby.
```

Easiest fix to prevent the error is to add rb-readline as dev/test
dependency in the Gemfile.
Copy link
Contributor

@colinbruce colinbruce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@colinbruce colinbruce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jsugarman jsugarman merged commit ce0170f into master Jul 11, 2017
@colinbruce colinbruce deleted the add-byebug-dependency branch July 11, 2017 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants