Last Updated: February 25, 2016
·
1.1K
· saratovsource

You can specify ruby version for Bundler

You can use the ruby keyword of your app’s Gemfile to specify a particular version of Ruby.

In Gemfile:

source "https://rubygems.org"
ruby "2.0.0"
# ...

$> bundle install

That's all!

1 Response
Add your response

Nice!

over 1 year ago ·