Skip to content
Snippets Groups Projects
Commit ac15c26c authored by abcang's avatar abcang Committed by Eugen Rochko
Browse files

Fix requirie bootsnap (#8836)

parent 5d5d1b52
No related branches found
No related tags found
No related merge requests found
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.
require 'bootsnap' # Speed up boot time by caching expensive operations.
Bootsnap.setup(
cache_dir: 'tmp/cache',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment