Skip to content

Commit

Permalink
remove deprecated warning from bootsnap
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrocos committed Oct 31, 2023
1 parent 0ed7d6e commit 8c3950d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
cache_dir: File.expand_path(File.join("..", "tmp", "cache"), __dir__),
development_mode: env == "development",
load_path_cache: true,
autoload_paths_cache: true,
disable_trace: false,
compile_cache_iseq: !ENV["SIMPLECOV"],
compile_cache_yaml: true
)

0 comments on commit 8c3950d

Please sign in to comment.