Skip to content

Instantly share code, notes, and snippets.

@jcsrb
Created December 15, 2011 15:21
Show Gist options
  • Save jcsrb/1481461 to your computer and use it in GitHub Desktop.
Save jcsrb/1481461 to your computer and use it in GitHub Desktop.
Getting ruby-debug working on ruby 1.9.3
#...
group :development do
gem 'mongrel', '>= 1.2.0.pre2'
gem 'linecache19', :git => 'git://github.com/mark-moseley/linecache'
gem 'ruby-debug-base19x', '~> 0.11.30.pre4'
gem 'ruby-debug19'
end
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment