annotate config/boot.rb @ 1275:1194982f28ba redmine-2.2-integration

Removed unnecessary debug/log message.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 09 May 2013 18:47:05 +0100
parents 433d4f72a19b
children
rev   line source
Chris@1115 1 require 'rubygems'
Chris@0 2
Chris@1115 3 # Set up gems listed in the Gemfile.
Chris@1115 4 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
Chris@909 5
Chris@1115 6 require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])