Skip to content

Instantly share code, notes, and snippets.

@cmhobbs
Created January 10, 2013 16:44
Show Gist options
  • Save cmhobbs/4503635 to your computer and use it in GitHub Desktop.
Save cmhobbs/4503635 to your computer and use it in GitHub Desktop.
require 'rubygems'
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment