Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-01 18:05:26 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-01 18:05:26 +0400
commitbbea1d1a72cbe0d2b53316e6d67c361a58207de7 (patch)
tree8cb6228a4e0dd282007767f4035da3aaa42a1838 /lib/tasks
parent3b0510a7c124a8511966ad4785757bd4d78998ac (diff)
Include the Sidekiq version in gitlab:env:info
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gitlab/info.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/info.rake b/lib/tasks/gitlab/info.rake
index 690f414f3b3..72452e1d8ea 100644
--- a/lib/tasks/gitlab/info.rake
+++ b/lib/tasks/gitlab/info.rake
@@ -24,6 +24,7 @@ namespace :gitlab do
puts "Gem Version:\t#{gem_version || "unknown".red}"
puts "Bundler Version:#{bunder_version || "unknown".red}"
puts "Rake Version:\t#{rake_version || "unknown".red}"
+ puts "Sidekiq Version:#{Sidekiq::VERSION}"
# check database adapter