Fixed check_sidekiq_running to allow two digit version numbers
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.