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 fcbed1c commit bcd37c6Copy full SHA for bcd37c6
config/boot.rb
@@ -1,4 +1,5 @@
1
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
2
3
require "bundler/setup" # Set up gems listed in the Gemfile.
4
+require "logger" # Fix concurrent-ruby removing logger dependency which Rails itself does not have
5
require "bootsnap/setup" # Speed up boot time by caching expensive operations.
0 commit comments