Skip to content

Instantly share code, notes, and snippets.

@djsun
Created September 17, 2010 21:42
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 djsun/585005 to your computer and use it in GitHub Desktop.
Save djsun/585005 to your computer and use it in GitHub Desktop.
require 'rubygems'
begin
require 'bundler'
Bundler.setup
rescue LoadError
puts "Please run `gem install bundler` and `bundle install`"
end
@bluemont
Copy link

Never mind that. Now I just use:

require ‘bundler/setup’

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment