summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-12 11:53:10 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-12 16:33:40 +0200
commit180d087da5ad4f32b4f7b411d9b0e8c3644fb6e6 (patch)
tree23f74aaa60843c443a305a10ff2428519112031c /Rakefile
parent7956de02d8612877bac1487ca84b182dd4dc56ba (diff)
downloadbundler-180d087da5ad4f32b4f7b411d9b0e8c3644fb6e6.tar.gz
Pin groff version in CI
To make it more predictable and easier to find out about discrepancies in the output.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c9cba953e9..719f6e040a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -46,7 +46,7 @@ namespace :spec do
# Refresh packages index that the ones we need can be installed
sh "sudo apt-get update"
# Install groff so ronn can generate man/help pages
- sh "sudo apt-get install groff-base -y"
+ sh "sudo apt-get install groff-base=1.22.3-10 -y"
# Install graphviz so that the viz specs can run
sh "sudo apt-get install graphviz -y"