From 78c6a086164aa83ce2e4e57daadfbdb53a31a37f Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 31 Dec 2024 11:51:58 -0700 Subject: feat: Add support for Ruby 3.2+ --- spec/support/profiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/support') diff --git a/spec/support/profiler.rb b/spec/support/profiler.rb index 3b8b36b..51da8fb 100644 --- a/spec/support/profiler.rb +++ b/spec/support/profiler.rb @@ -7,7 +7,7 @@ RSpec.configure do |config| def with_profiler(*_args) RubyProf::GraphPrinter .new(RubyProf.profile { yield }) - .print(STDOUT, {}) + .print($stdout, {}) end end) end -- cgit v1.2.3