Skip to content

Instantly share code, notes, and snippets.

@djsun
Created September 17, 2010 21:42
Show Gist options
  • Select an option

  • Save djsun/585005 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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