add bootsnap

This commit is contained in:
rebuilt 2021-10-15 14:59:50 +02:00
parent 8bd66aad82
commit 809e931b3c
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup'