Skip to content

Commit

Permalink
Use minimum arguments for Bootsnap
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 16, 2023
1 parent f535f53 commit dd49ee1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tool/test_for_warn_bundled_gems/test_no_warn_bootsnap.rb
Expand Up @@ -6,15 +6,6 @@
end

require 'bootsnap'
Bootsnap.setup(
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,
)
Bootsnap.setup(cache_dir: 'tmp/cache')

require 'csv'

0 comments on commit dd49ee1

Please sign in to comment.