发现bundle还有这样一个功能:
Bundler also allows you to work against a git repository locally instead of using the remote version. This can be achieved by setting up a local override:
bundle config local.GEM_NAME /path/to/local/git/repository
不需要的时候再:
bundle config --delete local.websocket-rails