You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because in your Gemfile you have ruby version(2.2.3) and this version is not installed or may be it is not your default version.
i) Check you have ruby(2.2.3) installed by using ::
rvm list
ii) If you don't have this install it by using ::
rvm install 2.2.3
iii) If you already have it installed then type this command ::
rvm use 2.2.3
iv) Run::
bundle install
Hope this works for you.
Hi
i use git to clone project
wen i do this
$ cd rails-omniauth
bash : Your Ruby version is 2.3.0, but your Gemfile specified 2.2.3
i use RVM and my ruby version is higher than the 2.2.3 then i think it should run without problem but i got above error.
The text was updated successfully, but these errors were encountered: