Ruby on Rails Thursday, March 7, 2019

Wow thanks Phil

On Thursday, March 7, 2019 at 2:40:26 PM UTC-5, Phil wrote:


On Mar 7, 2019, at 9:47 AM, braini...@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

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/67a28269-f28f-4a09-996e-fed844901175%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment