foradian / fluxday

A user-friendly, free & opensource task & productivity management tool for growing startups
http://fluxday.io/
Apache License 2.0
476 stars 174 forks source link

bundler not getting installed and ruby version is incompatible #70

Open venkatashyam opened 4 years ago

venkatashyam commented 4 years ago

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 commented 4 years ago

try gem install bundler -v 1.17.3

if its not working let me know the following details

1.Ruby version

  1. gem list rake
venkatashyam commented 4 years ago

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 commented 4 years ago

Have you tried bundle install ?

venkatashyam commented 4 years ago

yeah i tried it . below is the error:

Could not load OpenSSL.

telukir commented 2 years ago

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 `