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

bundler not getting installed and ruby version is incompatible #70

Open
venkatashyam opened this issue Mar 21, 2020 · 5 comments
Open

Comments

@venkatashyam
Copy link

Error installing bundler:
bundler requires Ruby version >= 2.3.0.
ERROR: Could not find a valid gem '1.17.3' (>= 0) in any repository

How can install this application without these issues of versioning.

@Navinnair
Copy link
Contributor

try gem install bundler -v 1.17.3

if its not working let me know the following details

1.Ruby version
2. gem list rake

@venkatashyam
Copy link
Author

bundler got installed to Bundler version 1.17.3 , but "gem install bundler" throws below error:

Error installing bundler:
bundler requires Ruby version >= 2.3.0.

--> gem list rake

*** LOCAL GEMS ***

rake (10.1.0)

@Navinnair
Copy link
Contributor

Have you tried
bundle install ?

@venkatashyam
Copy link
Author

yeah i tried it . below is the error:

Could not load OpenSSL.

@telukir
Copy link

telukir commented Mar 26, 2022

I get the following error when I try to install

`Bundler could not find compatible versions for gem "bundler":
In Gemfile:
rails (= 4.0.3) was resolved to 4.0.3, which depends on
bundler (< 2.0, >= 1.3.0)

Current Bundler version:
bundler (2.3.10)

Your bundle requires a different version of Bundler than the one you're running.
Install the necessary version with gem install bundler:2.0.0.pre.3 and rerun bundler using bundle _2.0.0.pre.3_ install
`

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

3 participants