Skip to content

Commit

Permalink
charlock_holmes up to 0.6.9 for travis and setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Zaporozhets committed Nov 9, 2012
1 parent 13dde2e commit f0712f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
before_install: before_install:
- sudo apt-get install libicu-dev -y - sudo apt-get install libicu-dev -y
- sudo apt-get install libqt4-dev libqtwebkit-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: branches:
only: only:
- 'master' - 'master'
Expand Down
2 changes: 1 addition & 1 deletion doc/install/installation.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ and ensure you have followed all of the above steps carefully.


cd /home/gitlab/gitlab 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 gem install bundler
sudo -u gitlab -H bundle install --without development test sqlite postgres --deployment sudo -u gitlab -H bundle install --without development test sqlite postgres --deployment


Expand Down

0 comments on commit f0712f3

Please sign in to comment.