We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551bc8e commit a654f73Copy full SHA for a654f73
test/dummy/config/boot.rb
@@ -2,4 +2,5 @@
2
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../../Gemfile', __FILE__)
3
4
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
5
+require "logger" # Fix concurrent-ruby removing logger dependency which Rails itself does not have
6
$LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)
0 commit comments