Use minimum arguments for Bootsnap

This commit is contained in:
Hiroshi SHIBATA 2023-12-16 14:41:43 +08:00
parent f535f53cd6
commit dd49ee152b
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -6,15 +6,6 @@ gemfile do
end end
require 'bootsnap' require 'bootsnap'
Bootsnap.setup( Bootsnap.setup(cache_dir: 'tmp/cache')
cache_dir: 'tmp/cache',
ignore_directories: ['node_modules'],
development_mode: true,
load_path_cache: true,
compile_cache_iseq: true,
compile_cache_yaml: true,
compile_cache_json: true,
readonly: true,
)
require 'csv' require 'csv'