checkGemFile method
void
checkGemFile()
Implementation
void checkGemFile() {
const templatePath = 'lib/project_validator/data/Gemfile';
const targetPath = 'android/Gemfile';
ValidatorUtils.checkLineByLine(templatePath: templatePath, targetPath: targetPath);
}