Skip to content

Commit cb751ba

Browse files
committed
Fix ruby 3.4 string warning
Closes #82
1 parent 45efac2 commit cb751ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prosopite.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def send_notifications
214214
@prosopite_logger ||= false
215215
@raise ||= false
216216

217-
notifications_str = ''
217+
notifications_str = String.new('')
218218

219219
tc[:prosopite_notifications].each do |queries, kaller|
220220
notifications_str << "N+1 queries detected:\n"

0 commit comments

Comments
 (0)