aboutsummaryrefslogtreecommitdiff
path: root/test-infra/S3Cachefile.json
diff options
context:
space:
mode:
Diffstat (limited to 'test-infra/S3Cachefile.json')
-rw-r--r--test-infra/S3Cachefile.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-infra/S3Cachefile.json b/test-infra/S3Cachefile.json
index 5335b2866..e213ea422 100644
--- a/test-infra/S3Cachefile.json
+++ b/test-infra/S3Cachefile.json
@@ -7,6 +7,6 @@
"rubygems": {
"key": "../pseudo_Gemfile.lock",
"cache": "$GEMDIR",
- "generate": "gem install -N jekyll -v $JEKYLL_VERSION"
+ "generate": "gem install -N jekyll -v $JEKYLL_VERSION && gem install -N rouge -v $ROUGE_VERSION"
}
}