Skip to content

Instantly share code, notes, and snippets.

@henrik
Forked from brandonweiss/gist:1965390
Created March 3, 2012 10:21
Show Gist options
  • Select an option

  • Save henrik/1965395 to your computer and use it in GitHub Desktop.

Select an option

Save henrik/1965395 to your computer and use it in GitHub Desktop.
Avoid listing gem requirements both in Gemfile and app for e.g. Sinatra on Heroku (and locally).
require 'rubygems'
require 'bundler'
Bundler.require(:default, (ENV['RACK_ENV'] || "development").to_sym)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment