From 80c2809fa9d721024acbbe488e77bcbd61e9a03a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 17 Apr 2018 09:34:39 +0200 Subject: Don't install docs for bundler in setup script. --- script/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3