Skip to content

Commit

Permalink
build: require logger
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Jan 17, 2025
1 parent b0ef604 commit 5ffcce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require "bundler/gem_tasks"
require "rake/testtask"
require "securerandom"
require "logger" # https://github.com/rails/rails/issues/54260

desc "Run tests."
Rake::TestTask.new do |t|
Expand Down

0 comments on commit 5ffcce2

Please sign in to comment.