Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created October 19, 2012 19:23
Show Gist options
  • Select an option

  • Save andyhawthorne/3920163 to your computer and use it in GitHub Desktop.

Select an option

Save andyhawthorne/3920163 to your computer and use it in GitHub Desktop.
Sinatra Gemfile file
source :rubygems
gem 'sinatra'
gem 'rdiscount'
gem 'data_mapper'
gem 'dm-migrations'
gem 'pony'
gem 'dm-postgres-adapter', :group => :production
gem 'dm-sqlite-adapter', :group => :development
group :production do
gem 'pg', '0.14.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment