Skip to content

Commit

Permalink
Fix CI issues with logger and Rails 7.0 and below (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger authored Jan 18, 2025
1 parent 6269b3e commit 4064a9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/dummy_app/config/application.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require File.expand_path('../boot', __FILE__)

require "logger" # Fix for Rails 7.0 and below, https://github.com/rails/rails/pull/54264

require 'rails/all'

Bundler.require
Expand Down

0 comments on commit 4064a9c

Please sign in to comment.