Skip to content

Commit a654f73

Browse files
authored
Fix broken tests due to missing Logger (#174)
1 parent 551bc8e commit a654f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dummy/config/boot.rb

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

44
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
5+
require "logger" # Fix concurrent-ruby removing logger dependency which Rails itself does not have
56
$LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)

0 commit comments

Comments
 (0)