Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update resque-scheduler for Ruby 3 support #2024

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

tf
Copy link
Member

@tf tf commented Nov 6, 2023

REDMINE-19438

@tf tf force-pushed the resque-scheduler-4 branch from 3aba840 to 74f3177 Compare November 6, 2023 09:28
@@ -18,7 +18,7 @@ def add_route
end

def require_resque_server
prepend_to_file 'config/routes.rb', "require 'resque/server'\nrequire 'resque_scheduler/server'\n\n"
prepend_to_file 'config/routes.rb', "require 'resque/server'\nrequire 'resque/scheduler/server'\n\n"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Metrics/LineLength: Line is too long. [108/100]

@tf tf force-pushed the resque-scheduler-4 branch from 74f3177 to ccc93c7 Compare November 6, 2023 09:37
@tf tf force-pushed the resque-scheduler-4 branch from ccc93c7 to e224002 Compare November 6, 2023 09:47
@tf tf added this to the v16.2 milestone Nov 6, 2023
@tf tf merged commit 54e87ec into codevise:master Nov 6, 2023
15 checks passed
@tf tf deleted the resque-scheduler-4 branch November 6, 2023 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant