Skip to content

Commit

Permalink
Update dependencies for things moving out of stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Dec 27, 2024
1 parent 0e08897 commit b6bacbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ group :test do
gem 'base64'
gem 'bigdecimal'
gem 'mutex_m'
gem 'ostruct'
end
if ENV['RAILS_VERSION'].nil? || ENV['RAILS_VERSION'] >= '6.0.0'
gem 'zeitwerk', :require => false
Expand Down
2 changes: 2 additions & 0 deletions delayed_job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Gem::Specification.new do |spec|
spec.add_dependency 'activesupport', ['>= 3.0', '< 9.0']
spec.add_dependency 'benchmark'
spec.add_dependency 'logger'
spec.authors = ['Brandon Keepers', 'Brian Ryckbost', 'Chris Gaffney', 'David Genord II', 'Erik Michaels-Ober', 'Matt Griffin', 'Steve Richert', 'Tobias Lütke']
spec.description = 'Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.'
spec.email = ['[email protected]']
Expand Down

0 comments on commit b6bacbc

Please sign in to comment.