1.3.5) ruby Current Bundler version: bundler (1.2.3)..." /> 1.3.5) ruby Current Bundler version: bundler (1.2.3)..." /> 1.3.5) ruby Current Bundler version: bundler (1.2.3)..."/>

Getting error on bundle install as (Bundler could not find compatible versions for gem "bundler")

200 Views Asked by At

Bundler could not find compatible versions for gem "bundler": In Gemfile: bundler (~> 1.3.5) ruby

Current Bundler version: bundler (1.2.3)

This Gemfile requires a different version of Bundler. Perhaps you need to update Bundler by running gem install bundler?

Above is the error that i am getting,already tried running 'gem install bundler'. It ran successfully,but bundle install is always throwing this error.Although its a dependancy gem,i have explicitly mentioned bundler gem in gemfile with the version 1.3.5,still getting the same error.Plz reply if anyone has come across such error or help me understand if i am doing something wrong.

1

There are 1 best solutions below

0
On

you can force the bundler version in bundle install command like this:

bundle _1.2.3_ install.