We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b24b6 commit f09ad1bCopy full SHA for f09ad1b
spec/dummy/config/boot.rb
@@ -7,4 +7,6 @@
7
Bundler.setup
8
end
9
10
-$:.unshift File.expand_path('../../../lib', __dir__)
+$:.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