Commit 2b6b07f31e203ff3e3d6eb0f05adc93493a3f5ac
1 parent
8f8a6bf2
Exists in
spb-stable
and in
2 other branches
Bump shell version
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
GITLAB_SHELL_VERSION
doc/install/installation.md
... | ... | @@ -238,7 +238,7 @@ GitLab Shell is an ssh access and repository management software developed speci |
238 | 238 | cd /home/git/gitlab |
239 | 239 | |
240 | 240 | # Run the installation task for gitlab-shell (replace `REDIS_URL` if needed): |
241 | - sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.5] REDIS_URL=redis://localhost:6379 RAILS_ENV=production | |
241 | + sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.6] REDIS_URL=redis://localhost:6379 RAILS_ENV=production | |
242 | 242 | |
243 | 243 | # By default, the gitlab-shell config is generated from your main gitlab config. |
244 | 244 | # | ... | ... |