debian-mirror-gitlab/config/boot.rb

5 lines
176 B
Ruby
Raw Normal View History

2021-03-11 19:13:27 +05:30
# frozen_string_literal: true
2021-11-11 11:23:49 +05:30
require_relative 'bundler_setup'
2019-10-12 21:52:04 +05:30
require 'bootsnap/setup' if ENV['RAILS_ENV'] != 'production' || %w(1 yes true).include?(ENV['ENABLE_BOOTSNAP'])