Skip to content

Commit

Permalink
Merge pull request #107 from sue445/fix_ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
sue445 authored Jan 17, 2025
2 parents 1fcd1d3 + 59db24c commit 98ab940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
end

require "bundler/setup"

# FIXME: NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger when activesupport < 7.1
require "logger"

require "itest5ch"
require "rspec/its"
require "webmock/rspec"
Expand Down

0 comments on commit 98ab940

Please sign in to comment.