File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.2.0 - 2025-12-29
2+ =======================
3+ * Add dependencies for benchmark and logger which are moving out of stdlib.
4+ * Pull ActiveJob adapter from rails into DJ for future rails release.
5+ * Add Ruby 4.0 and Rails 8.1 to test matrix.
6+
174.1.13 - 2024-11-08
28=======================
39* Enable Rails 8
Original file line number Diff line number Diff line change 11** If you're viewing this at https://github.com/collectiveidea/delayed_job ,
22you're reading the documentation for the master branch.
33[ View documentation for the latest release
4- (4.1.13 ).] ( https://github.com/collectiveidea/delayed_job/tree/v4.1.13 ) **
4+ (4.2.0 ).] ( https://github.com/collectiveidea/delayed_job/tree/v4.2.0 ) **
55
66Delayed::Job
77============
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515 spec . require_paths = [ 'lib' ]
1616 spec . summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify'
1717 spec . test_files = Dir . glob ( 'spec/**/*' )
18- spec . version = '4.1.13 '
18+ spec . version = '4.2.0 '
1919 spec . metadata = {
2020 'changelog_uri' => 'https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md' ,
2121 'bug_tracker_uri' => 'https://github.com/collectiveidea/delayed_job/issues' ,
You can’t perform that action at this time.
0 commit comments