I have a project that uses RVM, and it have .ruby-gemset and .ruby-version files, but I want set the bundler version too. I tried .ruby-bundler but not worked. When enter in the folder this set the gemset and ruby version correctly but not install de bundler version correctly, the effect is that in my project each machine is with a specific version of bundler, and each commit change the Gemfile.lock, there is a easy way to force everyone use the same bundler version?
0 Replies