Skip to content

Fixed check_sidekiq_running to allow two digit version numbers

gitlab-qa-bot requested to merge github/fork/wtw/patch-2 into master

Created by: wtw

Test failed for sidekiq version 2.11.1 as the regular expression was only checking for one digit major/minor/patch versions. New regular expressions checks for at least one digit.

Merge request reports