The que executable seems to fail with ruby 3, due to the following line: https://github.com/que-rb/que/blob/61e1805deb8161e5c1502e518a9a44fa464d308c/bin/command_line_interface.rb#L224 replacing `options` with `**options` resolves this.
The que executable seems to fail with ruby 3, due to the following line:
que/bin/command_line_interface.rb
Line 224 in 61e1805
replacing
optionswith**optionsresolves this.