Skip to content

Commit

Permalink
[chore] Ensure logger is required in dummy application
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Sheehy <[email protected]>
  • Loading branch information
lessthanjacob committed Jan 23, 2025
1 parent 955731d commit 74cf67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require File.expand_path('../boot', __FILE__)

require 'logger'
require 'rails/all'

Bundler.require(*Rails.groups)
Expand Down

0 comments on commit 74cf67c

Please sign in to comment.