Skip to content

Commit

Permalink
Bump delayed_jobs (#4033)
Browse files Browse the repository at this point in the history
  • Loading branch information
svkrieger authored Oct 23, 2024
1 parent c1e2a26 commit 779c9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
declarative (0.0.20)
delayed_job (4.1.11)
delayed_job (4.1.12)
activesupport (>= 3.0, < 8.0)
diff-lcs (1.5.1)
digest-xxhash (0.2.8)
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/lib/delayed_job/delayed_job_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RSpec.describe 'delayed_job' do
describe 'version' do
it 'is not updated' do
expect(Gem.loaded_specs['delayed_job'].version).to eq('4.1.11'),
expect(Gem.loaded_specs['delayed_job'].version).to eq('4.1.12'),
'revisit monkey patch in lib/delayed_job/quit_trap.rb + review the changes related to lib/delayed_job/threaded_worker.rb'
end
end
Expand Down

0 comments on commit 779c9ed

Please sign in to comment.