summaryrefslogtreecommitdiff
path: root/config/boot.rb
blob: afa3c04c3c79f7e2a229312c33f586d2b0734d4d (plain)
1
2
3
4
# frozen_string_literal: true

require_relative 'bundler_setup'
require 'bootsnap/setup' if ENV['RAILS_ENV'] != 'production' || %w(1 yes true).include?(ENV['ENABLE_BOOTSNAP'])