Skip to content

Commit

Permalink
Merge pull request #2054 from tf/resque-2
Browse files Browse the repository at this point in the history
Extend version range to allow Resque 2
  • Loading branch information
tf authored Jan 15, 2024
2 parents cf2c961 + 3e07e8c commit b7b8d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pageflow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mysql2', '~> 0.5.2'

# Resque as default Active Job backend
s.add_development_dependency 'resque', '~> 1.25'
s.add_development_dependency 'resque', ['>= 1.25', '< 3']
s.add_development_dependency 'resque-scheduler', '~> 4.10'

s.add_development_dependency 'ar_after_transaction', '~> 0.10.0'
Expand Down
2 changes: 1 addition & 1 deletion spec/support/pageflow-support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'listen', '~> 3.0'
s.add_runtime_dependency 'bootsnap', '~> 1.0'

s.add_runtime_dependency 'resque', '~> 1.25'
s.add_runtime_dependency 'resque', '~> 2.6'
s.add_runtime_dependency 'resque-scheduler', '~> 4.10'

s.add_runtime_dependency 'ar_after_transaction', '~> 0.10.0'
Expand Down

0 comments on commit b7b8d3d

Please sign in to comment.