mailr/config/boot.rb

7 lines
191 B
Ruby
Raw Normal View History

2011-06-24 23:48:08 +02:00
require 'rubygems'
2009-01-07 20:55:58 +01:00
2011-06-24 23:48:08 +02:00
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
2009-01-07 20:55:58 +01:00
2011-06-24 23:48:08 +02:00
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])