4
I can’t spin the bundle install
in my project, when I spin it appears Your Ruby version is 2.0.0, but your Gemfile specified 2.2.2
.
But I’ve already made one rbenv local 2.2.2
and when I spin the rbenv version
he returns me 2.2.2 (set by /Users/...
, if he says I’m already in 2.2.2
then why doesn’t he turn the bundle install
?
Obs.: I would not like to change the Gemfile
.
With the ruby -version command, returns what value?
– dougg0k
I unraveled everything and installed again and it worked :S @Douglasgaldino mto thanks.
– user27585