Skip to content

Instantly share code, notes, and snippets.

@stuffmc
Forked from wayneeseguin/gist:733937
Created December 8, 2010 21:31
Show Gist options
  • Save stuffmc/733949 to your computer and use it in GitHub Desktop.
Save stuffmc/733949 to your computer and use it in GitHub Desktop.
group :development do
if RUBY_VERSION =~ /1.9/
gem "ruby-debug19"
else
gem "ruby-debug"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment