Skip to content

Commit ab39a08

Browse files
committed
Fix issue with loading Rails logger
1 parent 62b24b6 commit ab39a08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/dummy/config/boot.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
Bundler.setup
88
end
99

10-
$:.unshift File.expand_path('../../../lib', __dir__)
10+
$:.unshift File.expand_path('../../../lib', __dir__)
11+
12+
require "logger" # Fix concurrent-ruby removing logger dependency which Rails itself does not have

0 commit comments

Comments
 (0)