Skip to content

Commit

Permalink
Explicitly require logger
Browse files Browse the repository at this point in the history
  • Loading branch information
moiristo committed Feb 3, 2025
1 parent 13c3ffa commit f87fd9a
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 @@ -5,6 +5,7 @@ require 'bundler/setup'
require 'bundler/gem_tasks'
require 'appraisal'
require 'rake/testtask'
require 'logger'

Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
Expand Down

0 comments on commit f87fd9a

Please sign in to comment.