Skip to content

Instantly share code, notes, and snippets.

@segfault88
Created August 5, 2011 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save segfault88/1126943 to your computer and use it in GitHub Desktop.
Save segfault88/1126943 to your computer and use it in GitHub Desktop.
What is needed to add in config.ru to make Toto apps work with a Gemfile on Heroku.
require 'rubygems'
require 'bundler'
Bundler.require
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment