Skip to content

Commit

Permalink
Require logger for Rails 7.0 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 21, 2025
1 parent e31e726 commit 9bc15d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/dummy/bin/rails
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ APP_PATH = File.expand_path("../config/application", __dir__)
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])

require "logger" # can remove once 7.0 is fixed: https://github.com/rails/rails/issues/54260
require "rails/engine/commands"

0 comments on commit 9bc15d8

Please sign in to comment.