Skip to content

Commit

Permalink
Update resque-scheduler for Ruby 3 support
Browse files Browse the repository at this point in the history
REDMINE-19438
  • Loading branch information
tf committed Nov 6, 2023
1 parent f08a9ff commit 3aba840
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 @@ -172,7 +172,7 @@ Gem::Specification.new do |s|

# Resque as default Active Job backend
s.add_development_dependency 'resque', '~> 1.25'
s.add_development_dependency 'resque-scheduler', '~> 2.5'
s.add_development_dependency 'resque-scheduler', '~> 4.10'

if Pageflow::RailsVersion.experimental?
s.add_development_dependency 'ar_after_transaction', '~> 0.8.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 @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'bootsnap', '~> 1.0'

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

if Pageflow::RailsVersion.experimental?
s.add_runtime_dependency 'ar_after_transaction', '~> 0.8.0'
Expand Down

0 comments on commit 3aba840

Please sign in to comment.