diaspora/config/boot.rb
Benjamin Neff 3d7061b240
Update configs for rails 5
Used `rails app:update`
2017-08-12 15:39:19 +02:00

6 lines
187 B
Ruby

ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
require "bundler/setup" # Set up gems listed in the Gemfile.
# Load configuration early
require_relative "load_config"