Add .dup on an empty string to get an non-frozen option

This commit is contained in:
Max Prokopiev 2024-03-27 14:35:46 +01:00 коммит произвёл John Hawthorn
Родитель 968cba3e0d
Коммит 323b524161
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -152,7 +152,7 @@ module GitHub
@last_insert_id = nil
@affected_rows = nil
@binds = binds ? binds.dup : {}
@query = ""
@query = "".dup
@connection = @binds.delete :connection
@force_timezone = @binds.delete :force_timezone