Skip to content

Instantly share code, notes, and snippets.

@leehambley
Created February 10, 2010 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save leehambley/300190 to your computer and use it in GitHub Desktop.
Save leehambley/300190 to your computer and use it in GitHub Desktop.
begin
require File.expand_path('../.bundle/environment', __FILE__)
rescue LoadError
# Fallback on doing the resolve at runtime.
require "rubygems"
require "bundler"
Bundler.setup
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment