Skip to content

Instantly share code, notes, and snippets.

@hamin
Forked from wayneeseguin/gist:733937
Created December 8, 2010 23:44
Show Gist options
  • Save hamin/734125 to your computer and use it in GitHub Desktop.
Save hamin/734125 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