Skip to content

Commit

Permalink
Fix issue with missing Logger dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Jan 18, 2025
1 parent 2f61ccd commit 32f5af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ Bundler.setup

require 'rake'
require 'rake/testtask'
require 'logger'

namespace :display do
task :notice do
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'pathname'
require 'rake'

test_dir = Pathname.new File.dirname(__FILE__)
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
Expand Down

0 comments on commit 32f5af6

Please sign in to comment.