.replace("/${project.basedir}/", "/"));
this.gemPath = new File(this.gemPath.getAbsolutePath()
.replace("/${project.basedir}/", "/"));
}
this.gemsConfig = new GemsConfig();
try {
this.gemsConfig.setGemHome(this.gemHome.getCanonicalFile());
this.gemsConfig.addGemPath(this.gemPath.getCanonicalFile());
}
catch (IOException e) {