Skip to content

Instantly share code, notes, and snippets.

@jfpoole
Created January 20, 2013 21:31
Show Gist options
  • Save jfpoole/4581908 to your computer and use it in GitHub Desktop.
Save jfpoole/4581908 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