You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in resque/resque#1746, the web UI for Qless fails to load on newer Ruby installs, due to Vegas relying on a now-removed questionable "feature".
The issue is referenced in the Vegas repo as well: quirkey/vegas#29
A workaround is to patch the installed file, as shown in the first issue thread above:
(you may need to adjust the file path for your specific version)
/usr/local/rvm/gems/ruby-3.0.2@global/gems/vegas-0.1.11/lib/vegas/runner.rb:146: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open
As reported in resque/resque#1746, the web UI for Qless fails to load on newer Ruby installs, due to Vegas relying on a now-removed questionable "feature".
The issue is referenced in the Vegas repo as well: quirkey/vegas#29
A workaround is to patch the installed file, as shown in the first issue thread above:
(you may need to adjust the file path for your specific version)
The text was updated successfully, but these errors were encountered: