sequence server broken after Yosemite upgrade

Just installed Yosemite and now sequence server doesn’t function. Error =

-bash: /usr/bin/sequenceserver: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory

Presumably I need to tell sequence server to use the new version of Ruby that comes with Yosemite (2.0).

Any ideas?

This is because of how RubyGem works. It creates wrappers around the executables shipped with the gem. Wrappers prep the environment for actual gem executable.

‘gem install sequenceserver’ should update the wrapper, and resolve the issue for you.

– Priyam

This worked. Thanks a bunch, Mark