mailr/config/boot.rb
Wojciech Todryk 0daf487816 dev cont
2012-03-24 13:23:34 +01:00

7 lines
191 B
Ruby
Executable file

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'])