summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ec21f6a269..92c2e3d721 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 for the ronn gem
- sh "sudo apt-get install groff -y"
+ sh "sudo apt-get install groff-base -y"
if RUBY_VERSION < '1.9'
# Downgrade Rubygems on 1.8 so Ronn can be required
# https://github.com/rubygems/rubygems/issues/784