Skip to content

Commit 49fc474

Browse files
dentargsporkmonger
authored andcommitted
CI: fix profile:template_match_memory task for Ruby >2.7
1 parent c0f98d5 commit 49fc474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/profile.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace :profile do
2020
puts "\n\n"
2121

2222
if ENV["CI"]
23-
report.pretty_print(print_options)
23+
report.pretty_print(**print_options)
2424
else
2525
t_allocated = report.scale_bytes(report.total_allocated_memsize)
2626
t_retained = report.scale_bytes(report.total_retained_memsize)

0 commit comments

Comments
 (0)