Ruby on Rails Thursday, March 7, 2019



On Mar 7, 2019, at 9:47 AM, brainiacsys5@gmail.com wrote:

Hi everyone,

Has anyone seen the following issues and if so how did you resolve them?

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


As an aside, always run bundle, rake, rails apps from within your rails app's bin/ directory... letting PATH find and run an arbitrary script can yield some strange results sometimes.  (Also make sure that the sha-bang line of those scripts in the bin/ are also pointing to the right ruby executable, if you have more than one installed on your system.)

Hope this helps.


Phil

No comments:

Post a Comment