Skip to content

Commit bcd37c6

Browse files
committed
Fixes error when running tests
Error uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
1 parent fcbed1c commit bcd37c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/boot.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
22

33
require "bundler/setup" # Set up gems listed in the Gemfile.
4+
require "logger" # Fix concurrent-ruby removing logger dependency which Rails itself does not have
45
require "bootsnap/setup" # Speed up boot time by caching expensive operations.

0 commit comments

Comments
 (0)