To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / config / boot.rb @ 1455:5e0957fe308d

History | View | Annotate | Download (191 Bytes)

1
require 'rubygems'
2

    
3
# Set up gems listed in the Gemfile.
4
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
5

    
6
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])