Skip to content

Instantly share code, notes, and snippets.

@dakatsuka
Created September 28, 2010 07:23
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 dakatsuka/600554 to your computer and use it in GitHub Desktop.
Save dakatsuka/600554 to your computer and use it in GitHub Desktop.
begin
require File.expand_path('../.bundle/environment', __FILE__)
rescue LoadError
require 'rubygems'
require 'bundler'
Bundler.setup
Bundler.require
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment