summaryrefslogtreecommitdiffstats
path: root/config/boot.rb
blob: 7479b5affe3299ba80f2ce9f3cd41f013ac221b3 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)

require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])