mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
This tests that we recognise kwargs in hashrocket style:
gem "foo", "1.2.3", :git => "..."
as well as the modern style:
gem "foo", "1.2.3", git: "..."