Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruby version #7

Open
armanemadi opened this issue Jun 15, 2016 · 1 comment
Open

ruby version #7

armanemadi opened this issue Jun 15, 2016 · 1 comment

Comments

@armanemadi
Copy link

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.

@BandanaPandey
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants