Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-09-19 13:07:27 +02:00
7 changed files with 382 additions and 401 deletions

View File

@ -12,8 +12,6 @@ Bootsnap.setup(
cache_dir: File.expand_path('../tmp/cache', __dir__),
development_mode: ENV.fetch('RAILS_ENV', 'development') == 'development',
load_path_cache: true,
autoload_paths_cache: true,
disable_trace: false,
compile_cache_iseq: false,
compile_cache_yaml: false
)