mattgibson / resque-scheduler-web

Tabs in the Resque Web gem for the Resque Scheduler plugin.
https://rubygems.org/gems/resque-scheduler-web
MIT License
25 stars 24 forks source link

Doesn't run under ruby 3 #18

Open jstrouse opened 2 years ago

jstrouse commented 2 years ago

The 3 URI encode and decode references need updated to CGI as those URI method have been removed from Ruby 3

jstrouse commented 1 year ago

This appears to be fixed for me by PR #17, so changing to that fork will at least allow this to work until this is updated:

gem 'resque-scheduler-web', git: 'https://github.com/codeodor/resque-scheduler-web', ref: '194d38c692e0c922bb606b41527dc82455dbb261'