# frozen_string_literal: truemoduleActiveJob# Returns the version of the currently loaded Active Job as a <tt>Gem::Version</tt>defself.gem_versionGem::Version.newVERSION::STRINGendmoduleVERSIONMAJOR=5MINOR=2TINY=0PRE="alpha"STRING=[MAJOR,MINOR,TINY,PRE].compact.join(".")endend