Skip to content

Instantly share code, notes, and snippets.

@dylanvee
Created August 16, 2011 17:10
Show Gist options
  • Save dylanvee/1149568 to your computer and use it in GitHub Desktop.
Save dylanvee/1149568 to your computer and use it in GitHub Desktop.
source :rubygems
source :gemcutter
group :app do
gem 'sinatra'
gem 'sinatra-synchrony'
gem 'faye'
gem 'koala'
end
group :db do
gem 'activerecord'
gem 'sinatra-activerecord'
gem 'pg'
gem 'em-postgresql-adapter', :git => 'git://github.com/dylanvee/em-postgresql-adapter.git'
gem 'rack-fiber_pool'
gem 'texticle'
end
group :import do
gem 'typhoeus'
gem 'nokogiri'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment