diff --git a/Gemfile.lock b/Gemfile.lock index 967a6dff2..7b886e797 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,8 +307,8 @@ GEM bigdecimal (3.1.6) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - bootsnap (1.6.0) - msgpack (~> 1.0) + bootsnap (1.18.3) + msgpack (~> 1.2) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) diff --git a/config/boot.rb b/config/boot.rb index 3c3fa334a..67173bedb 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -13,7 +13,6 @@ cache_dir: 'tmp/bootsnap', # Path to your cache development_mode: rails_env == "development", load_path_cache: true, # optimizes the LOAD_PATH with a cache - autoload_paths_cache: true, # optimizes ActiveSupport autoloads with cache compile_cache_iseq: (rails_env != "test"), # compiles Ruby code into ISeq cache .. breaks coverage reporting compile_cache_yaml: true # compiles YAML into a cache )