I want to use Rails with Ruby 2.1.0, but it\'s using Ruby 1.9.3 (the system\'s version).
I\'m using rbenv to manage my Ruby versions. My steps were something along t
Try creating a .ruby-version file in the root of your project with the following contents:
.ruby-version
2.1.0