Skip to content

Commit 4c5c521

Browse files
committed
Explicitly require logger to fix Concurrent-Ruby removing the dependency
1 parent 3f312b0 commit 4c5c521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
require "pathname"
3+
require "logger"
34
root_path = Pathname(File.expand_path("../..", __FILE__))
45
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
56
require "github/ds"

0 commit comments

Comments
 (0)