ddollar/rack-debug

Ruby 1.9.2 support?

andyjeffries opened this issue · 2 comments

Are you working on making the gem work with Ruby 1.9.2? It seems to specifically require linecache19 instead of linecache and ruby-debug-base19/ruby-debug19 instead of ruby-debug.

I think/thought ruby-debug19 was the correct gem to use for all Rubys in the 1.9.x line and that ruby-debug was only for Ruby 1.8.

Anyway, it's working for me in 1.9.2. Here are the gems in my Gemfile:

  gem 'linecache19', '~> 0.5.12', :git => 'git://github.com/mark-moseley/linecache.git'
  gem 'ruby-debug-base19x', '~> 0.11.30.pre4'
  gem 'ruby-debug19', :require => 'ruby-debug'

Hello. I apologize for the delayed response. I am currently declaring issue bankruptcy. If this issue still applies to you please feel free to re-open and explain. Thanks :)