Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created April 13, 2012 18:06
Show Gist options
  • Save luckyruby/2378846 to your computer and use it in GitHub Desktop.
Save luckyruby/2378846 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'daemons'
gem 'eventmachine'
gem 'nokogiri'
gem 'json'
gem 'activesupport'
gem 'i18n'
gem 'yajl-ruby'
gem 'net-http-persistent'
platforms :jruby do
gem 'jruby-openssl'
end
group :development do
gem 'capistrano'
gem 'capistrano-ext'
gem 'rvm-capistrano'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment