Closed dwilkie closed 10 years ago
Pry-debugger only works with Ruby 1.9 and depends on Readline (https://github.com/nixme/pry-debugger#caveats). I removed the dependency in the Gemfile and moved the development dependency on Pry to the gemspec
Thanks for the pull request @dwilkie! I wasn't aware that pry-debugger only worked on 1.9, that's quite unfortunate.
Pry-debugger only works with Ruby 1.9 and depends on Readline (https://github.com/nixme/pry-debugger#caveats). I removed the dependency in the Gemfile and moved the development dependency on Pry to the gemspec