Skip to content

Commit

Permalink
Tmp disable of bootsnap asper fxn/zeitwerk#198 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Dec 25, 2021
1 parent 8a733d6 commit 331cfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.

0 comments on commit 331cfda

Please sign in to comment.