It sounds like you want to run bundle update to get your gems to update in concert. There are a lot of options in this area of bundler; read the docs, or browse bundle update --help in the console to see what you can do. Definitely make sure you have a new git branch if you start running this without the brakes on. It is very easy to end up with a whole cluster of changes that are difficult to resolve, particularly if you haven't done this in a while.
Walter
> On Mar 7, 2019, at 12:47 PM, 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)
>
> Current Bundler version:
> bundler (2.0.1)
> This Gemfile requires a different version of Bundler.
> Perhaps you need to update Bundler by running `gem install bundler`?
>
> Could not find gem 'bundler (>= 1.3.0, < 2.0)', which is required by gem 'rails
> (= 4.2.4)', in any of the sources.
>
> Bundler could not find compatible versions for gem "coffee-rails":
> In Gemfile:
> coffee-rails (~> 4.1.0)
>
> rails_admin was resolved to 1.4.2, which depends on
> coffee-rails (~> 4.0)
>
> Bundler could not find compatible versions for gem "jwt":
> In Gemfile:
> jwt
>
> opentok was resolved to 2.4.0, which depends on
> jwt (~> 1.5.6)
>
> twilio-ruby was resolved to 5.21.1, which depends on
> jwt (>= 1.5, <= 2.5)
>
> Bundler could not find compatible versions for gem "rails":
> In Gemfile:
> rails (= 4.2.4)
>
> griddler was resolved to 1.5.2, which depends on
> rails (>= 3.2.0)
>
> moonclerk was resolved to 1.0.3, which depends on
> rails (>= 4.1)
>
> rails_admin was resolved to 1.4.2, which depends on
> rails (>= 4.0, < 6)
>
> Bundler could not find compatible versions for gem "ruby":
> In Gemfile:
> ruby (~> 2.3.8.0)
>
> active_record-acts_as was resolved to 4.0.0, which depends on
> ruby (>= 2.4)
>
> --
> 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/7ec36144-3d46-4248-b6f0-23fc07d5ced9%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
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/576DAEEC-7341-414F-9506-81E44881C56D%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment