Skip to content

Instantly share code, notes, and snippets.

@obfusk
Forked from noxqsgit/Gemfile
Created October 20, 2013 19:36
Show Gist options
  • Save obfusk/7074216 to your computer and use it in GitHub Desktop.
Save obfusk/7074216 to your computer and use it in GitHub Desktop.
sqlite -> postgres
bundle update
bundle exec taps server sqlite://foo.sqlite3 __user__ __pass__
bundle exec taps pull postgres://foo:pass@localhost/foo http://__user__:__pass__@localhost:5000
source 'https://rubygems.org'
gem 'taps'
gem 'rack', '1.5.0' # see https://github.com/rack/rack/issues/528
gem 'sinatra'
gem 'pg'
gem 'sqlite3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment