Skip to content

Commit

Permalink
Update version logic check to include Alpha versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Oct 4, 2023
1 parent 77a6262 commit cedf1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/good_job/active_job_extensions/concurrency.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def deserialize(job_data)
end
end

wait_key = if ActiveJob.gem_version >= Gem::Version.new("7.1.0")
wait_key = if ActiveJob.gem_version >= Gem::Version.new("7.1.0.a")
:polynomially_longer
else
:exponentially_longer
Expand Down

0 comments on commit cedf1f2

Please sign in to comment.