Skip to content

Instantly share code, notes, and snippets.

@jonmarkgo
Created May 3, 2013 00:58
Show Gist options
  • Save jonmarkgo/5506553 to your computer and use it in GitHub Desktop.
Save jonmarkgo/5506553 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'google-api-client'
gem 'twilio-ruby'
gem 'sinatra'
gem 'data_mapper'
gem 'rack-ssl-enforcer'
group :production do
gem "pg"
gem "dm-postgres-adapter"
end
group :development, :test do
gem "sqlite3"
gem "dm-sqlite-adapter"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment