I'm having trouble using .ruby-version / .ruby-gemset and the Gemfile equivalent (e.g. #ruby=1.9.3). When I try one of these methods to auto-detect rubies and gemsets, I get tmux errors. I cd into my project and get this:
usage: attach-session [-dr] [-t target-session]
usage: attach-session [-dr] [-t target-session]
(One line for ruby, one line for gemset.)
Renaming my tmux binary and cd'ing into project yields this error:
__rvm_load_project_config:64: command not found: tmux
__rvm_load_project_config:66: command not found: tmux
I'm using rvm 1.19.6. Any help resolving this issue would be great because the old .rvmrc file is now not working so well for me (rvm rvmrc trust no longer works?)
Thanks.