Ruby version issues with Rbenv -


i setting new machine (mac yosemite) , when run command "bundle" following error:

your ruby version 2.2.1, gemfile specified 2.2.0

i'm trying change version w rbenv think it's not working.

ruby -v // ruby 2.2.1p85  rbenv version // 2.2.0 

can me? in advance!

try use rbenv local [version number].refer this more understanding.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -