Commit f0712f39fbb75f4a1911a977ba63f9856331eea5
1 parent
13dde2e4
Exists in
master
and in
4 other branches
charlock_holmes up to 0.6.9 for travis and setup docs
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
.travis.yml
doc/install/installation.md
... | ... | @@ -176,7 +176,7 @@ and ensure you have followed all of the above steps carefully. |
176 | 176 | |
177 | 177 | cd /home/gitlab/gitlab |
178 | 178 | |
179 | - sudo gem install charlock_holmes --version '0.6.8' | |
179 | + sudo gem install charlock_holmes --version '0.6.9' | |
180 | 180 | sudo gem install bundler |
181 | 181 | sudo -u gitlab -H bundle install --without development test sqlite postgres --deployment |
182 | 182 | ... | ... |