Commit da238bbdf43daf167859fcc3dd11a0ca79bac225
1 parent
c28786ec
Exists in
master
and in
4 other branches
Remove separate installation of charlock_holmes.
Showing
2 changed files
with
0 additions
and
3 deletions
Show diff stats
.travis.yml
doc/install/installation.md
... | ... | @@ -265,8 +265,6 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. |
265 | 265 | |
266 | 266 | cd /home/git/gitlab |
267 | 267 | |
268 | - sudo gem install charlock_holmes --version '0.6.9.4' | |
269 | - | |
270 | 268 | # For MySQL (note, the option says "without ... postgres") |
271 | 269 | sudo -u git -H bundle install --deployment --without development test postgres aws |
272 | 270 | ... | ... |