summaryrefslogtreecommitdiff
path: root/config/boot.rb
blob: 8652fb5a2516c0508df0197df1c39d086d113839 (plain)
1
2
3
4
5
# frozen_string_literal: true
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)

require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.