diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-11-09 15:24:28 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-11-09 15:24:28 +0200 |
commit | f0712f39fbb75f4a1911a977ba63f9856331eea5 (patch) | |
tree | e50b701209808fe43a82bb13b72864753cc79e25 | |
parent | 13dde2e4a4ee7346dc7a5674417cf5a3eb7257fb (diff) | |
download | gitlab-ce-f0712f39fbb75f4a1911a977ba63f9856331eea5.tar.gz |
charlock_holmes up to 0.6.9 for travis and setup docs
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | doc/install/installation.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index df3974fea3d..fe602a591b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: before_install: - sudo apt-get install libicu-dev -y - sudo apt-get install libqt4-dev libqtwebkit-dev -y - - gem install charlock_holmes -v="0.6.8" + - gem install charlock_holmes -v="0.6.9" branches: only: - 'master' diff --git a/doc/install/installation.md b/doc/install/installation.md index 03c35c76042..04a22a43b13 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -176,7 +176,7 @@ and ensure you have followed all of the above steps carefully. cd /home/gitlab/gitlab - sudo gem install charlock_holmes --version '0.6.8' + sudo gem install charlock_holmes --version '0.6.9' sudo gem install bundler sudo -u gitlab -H bundle install --without development test sqlite postgres --deployment |