blob: 5901d8198f682384de12d9e39bf8a0019a488019 (
plain)
1
2
3
4
5
6
7
8
9
|
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
# Set up gems listed in the Gemfile.
require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
begin
require "bootsnap/setup"
rescue LoadError
# bootsnap is an optional dependency, so if we don't have it, it's fine
end
|