Remove checks from exapmple app
Why need to point https://github.com/tarantool/cartridge-cli/blob/8c642c79c2e7c1af8c2feb454d3d7c599bb8230a/examples/getting-started-app/getting-started-app-scm-1.rockspec#L10 in app rockspec when cartridge have checks as a dependency?
Seems need to remove, because when later user upgrades for examaple Cartridge version it may have later version of checks and on build/pack there are warnigs about multiple version which confusing.
As result some (latest? random?) version of a dependency is used everywhere. I think that it should be handled on luarocks make/install level.
Fixed dependencies is okay for an application. But we possibly should have relaxed dependencies in modules.