homebrew_bootsnap: remove deprecated option.

Otherwise this prints a warning.
This commit is contained in:
Mike McQuaid 2021-02-02 10:17:53 +00:00
parent eaac976891
commit b33a24feb0
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -30,7 +30,6 @@ Bootsnap.setup(
cache_dir: "#{tmp}/homebrew-bootsnap",
development_mode: false, # TODO: use ENV["HOMEBREW_DEVELOPER"]?,
load_path_cache: true,
autoload_paths_cache: true,
compile_cache_iseq: true,
compile_cache_yaml: true,
)