diff --git a/config/boot.rb b/config/boot.rb index b9e460ce..80e316ea 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,3 +1,4 @@ +$stdout.sync = true ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) require 'bundler/setup' # Set up gems listed in the Gemfile.