aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-04-17 09:34:39 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-04-17 09:34:39 +0200
commit80c2809fa9d721024acbbe488e77bcbd61e9a03a (patch)
tree88b54d0fe0857b131d400d2ab253306f3bb2d8bc
parentcd9b8edfe23a9cc857767f54f753aeb950c95033 (diff)
downloadhmnoweb-80c2809fa9d721024acbbe488e77bcbd61e9a03a.tar.gz
hmnoweb-80c2809fa9d721024acbbe488e77bcbd61e9a03a.tar.bz2
hmnoweb-80c2809fa9d721024acbbe488e77bcbd61e9a03a.zip
Don't install docs for bundler in setup script.
-rwxr-xr-xscript/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/setup b/script/setup
index 9ddd50b..2fa783d 100755
--- a/script/setup
+++ b/script/setup
@@ -4,7 +4,7 @@ echo \"${ruby_status}\"
if [[ "${ruby_status}" == "is not installed" ]]
then
rbenv install $(cat .ruby-version)
- gem install bundler
+ gem install bundler --no-ri --no-rdoc
bundle config build.sqlite3 --with-sqlite3-dir=/usr/local
fi