Ruby on Rails Thursday, March 7, 2019

Hi David and Walter and everyone else,

I ran the bundle update and now here is what seems to be the issue:

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)



I believe that I need to do some gemfile changes namely the bundle and the coffee-rails issue. What are your thoughts?

--
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/398361a4-8e93-4580-8657-71f42a38e269%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment