Skip to content

Commit

Permalink
LocalJumpError
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Sep 17, 2024
1 parent cc50afc commit 29dd135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end
Rake::TestTask.new('test:integration' => 'env:integration') do |t|
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.1")
puts "Integration tests require Ruby 3.1 or later"
return
exit 0
end

t.description = "Run integration tests for ActiveJob::QueueAdapters::ResqueAdapter"
Expand Down

0 comments on commit 29dd135

Please sign in to comment.