summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Kalderimis <josh.kalderimis@gmail.com>2015-07-21 10:49:06 +0200
committerJosh Kalderimis <josh.kalderimis@gmail.com>2015-07-21 10:49:06 +0200
commitfbf237435929145e2e68219ced7d287979feae5a (patch)
treeb4f05f12d689f555e7e16b84102de9119f85c951
parent88e3f2b2877b27f05fa124707e9cfc642ec59a3b (diff)
downloadbundler-travis-new-setup.tar.gz
use groff-base instead of grofftravis-new-setup
required for using trusty
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3800a5b5b5..5673378e39 100644
--- a/Rakefile
+++ b/Rakefile
@@ -115,7 +115,7 @@ namespace :spec do
# Strip secure_path so that RVM paths transmit through sudo -E
system "sudo sed -i '/secure_path/d' /etc/sudoers"
# Install groff so ronn can generate man/help pages
- sh "sudo apt-get install groff -y"
+ sh "sudo apt-get install groff-base -y"
# Install graphviz so that the viz specs can run
sh "sudo apt-get install graphviz -y 2>&1 | tail -n 2"
if RUBY_VERSION < '1.9'