]> git.openstreetmap.org Git - rails.git/blob - config/boot.rb
Refactor notes code to work with recent site changes
[rails.git] / config / boot.rb
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'])