Skip to content

Commit

Permalink
require mutex_m for Ruby 3.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
akito19 committed Feb 9, 2024
1 parent a7a81bf commit 14b30df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/td/logger/td_logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def initialize(tag_prefix, options={})
require 'cgi'
require 'logger'
require 'td-client'
require 'mutex_m'

@logger = ::Logger.new(STDERR)
if debug
Expand Down

0 comments on commit 14b30df

Please sign in to comment.