Skip to content

Commit

Permalink
fix(rb-readline): add 'rb-readline' as dev dependency to fix 'byebug'…
Browse files Browse the repository at this point in the history
… installation

- when installing (on Mac OS Sierra for instance), `byebug` generated an error since it required `readline` which wasn't installed
- see `byebug` related issue
@link deivid-rodriguez/byebug#289
  • Loading branch information
nicolasrouanne committed Jul 17, 2017
1 parent 54daf4f commit 209437f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minimal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
gem 'better_errors'
gem 'binding_of_caller'
gem 'listen', '~> 3.0.5'
gem 'rb-readline'
gem 'pry-byebug'
gem 'pry-rails'
gem 'spring'
Expand Down

0 comments on commit 209437f

Please sign in to comment.