copyGemFile method

void copyGemFile()

Implementation

void copyGemFile() {
  const templatePath = 'lib/project_validator/data/Gemfile';
  const targetPath = 'android/Gemfile';
  ValidatorUtils.ensureFileExists(templatePath: templatePath, targetPath: targetPath);
}