Skip to content

Commit c6cd401

Browse files
committed
standardrb
1 parent 63b979b commit c6cd401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/schema_dumper_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def parse_line
283283

284284
def parse_options(opts)
285285
if opts.present?
286-
eval "{#{opts}}"
286+
eval("{#{opts}}", binding, __FILE__, __LINE__) # standard:disable Security/Eval
287287
else
288288
{}
289289
end

0 commit comments

Comments
 (0)