Welcome to mirror list, hosted at ThFree Co, Russian Federation.

boot.rb « config - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dcd2d28d58c5562a6133ec6253c6278c3f79c65c (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

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"