Skip to content

Instantly share code, notes, and snippets.

@technogoat
Created December 28, 2011 15:17
Show Gist options
  • Save technogoat/1528297 to your computer and use it in GitHub Desktop.
Save technogoat/1528297 to your computer and use it in GitHub Desktop.
group :development do
gem 'annotate'
gem 'awesome_print', :require => "ap"
gem 'heroku', '>= 2.1.2'
gem 'hirb'
gem 'interactive_editor'
gem 'open_gem'
gem 'rails-footnotes'
gem 'ruby-debug'
gem 'sketches'
gem 'slurper', :require => false
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'taps'
gem 'wirble'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment