Commit f0712f39fbb75f4a1911a977ba63f9856331eea5

Authored by Dmitriy Zaporozhets
1 parent 13dde2e4

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
@@ -4,7 +4,7 @@ env: @@ -4,7 +4,7 @@ env:
4 before_install: 4 before_install:
5 - sudo apt-get install libicu-dev -y 5 - sudo apt-get install libicu-dev -y
6 - sudo apt-get install libqt4-dev libqtwebkit-dev -y 6 - sudo apt-get install libqt4-dev libqtwebkit-dev -y
7 - - gem install charlock_holmes -v="0.6.8" 7 + - gem install charlock_holmes -v="0.6.9"
8 branches: 8 branches:
9 only: 9 only:
10 - 'master' 10 - 'master'
doc/install/installation.md
@@ -176,7 +176,7 @@ and ensure you have followed all of the above steps carefully. @@ -176,7 +176,7 @@ and ensure you have followed all of the above steps carefully.
176 176
177 cd /home/gitlab/gitlab 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 sudo gem install bundler 180 sudo gem install bundler
181 sudo -u gitlab -H bundle install --without development test sqlite postgres --deployment 181 sudo -u gitlab -H bundle install --without development test sqlite postgres --deployment
182 182