Skip to content

Instantly share code, notes, and snippets.

@mb-dev
Created March 3, 2013 21:38
Show Gist options
  • Select an option

  • Save mb-dev/5078417 to your computer and use it in GitHub Desktop.

Select an option

Save mb-dev/5078417 to your computer and use it in GitHub Desktop.
Require rubygems removed from boot.rb
# 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