From 331cfdaee3a5fdce8f38e8f9b93c97bb9a6d425f Mon Sep 17 00:00:00 2001 From: Earlopain Date: Sat, 25 Dec 2021 11:00:10 +0100 Subject: [PATCH] Tmp disable of bootsnap asper https://github.com/fxn/zeitwerk/issues/198#issuecomment-1000997860 --- config/boot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/boot.rb b/config/boot.rb index 3cda23b4..ebfe695f 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,4 +1,4 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) require "bundler/setup" # Set up gems listed in the Gemfile. -require "bootsnap/setup" # Speed up boot time by caching expensive operations. +# require "bootsnap/setup" # Speed up boot time by caching expensive operations.