Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot can't resolve your Ruby dependency files #186

Closed
dependabot-preview bot opened this issue Jan 12, 2021 · 0 comments
Closed

Dependabot can't resolve your Ruby dependency files #186

dependabot-preview bot opened this issue Jan 12, 2021 · 0 comments

Comments

@dependabot-preview
Copy link
Contributor

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "actionmailer":
  In Gemfile:
    canonical-rails (= 0.2.9) was resolved to 0.2.9, which depends on
      rails (>= 4.1, < 6.1) was resolved to 6.1.0.rc2, which depends on
        actionmailer (= 6.1.0.rc2)

    solidus was resolved to 3.0.0.alpha, which depends on
      solidus_core (= 3.0.0.alpha) was resolved to 3.0.0.alpha, which depends on
        actionmailer (>= 5.2, < 6.2.x)

Bundler could not find compatible versions for gem "actionpack":
  In Gemfile:
    canonical-rails (= 0.2.9) was resolved to 0.2.9, which depends on
      rails (>= 4.1, < 6.1) was resolved to 6.1.0.rc2, which depends on
        actionpack (= 6.1.0.rc2)

    solidus_dev_support (~> 2.0) was resolved to 2.2.0, which depends on
      rspec-rails (~> 4.0.0.beta3) was resolved to 4.0.2, which depends on
        actionpack (>= 4.2)

    solidus was resolved to 3.0.0.alpha, which depends on
      solidus_core (= 3.0.0.alpha) was resolved to 3.0.0.alpha, which depends on
        actionpack (>= 5.2, < 6.2.x)

    versioncake was resolved to 4.0.2, which depends on
      actionpack (> 5.0)

Bundler could not find compatible versions for gem "actionview":
  In Gemfile:
    canonical-rails (= 0.2.9) was resolved to 0.2.9, which depends on
      rails (>= 4.1, < 6.1) was resolved to 6.1.0.rc2, which depends on
        actionview (= 6.1.0.rc2)

    solidus was resolved to 3.0.0.alpha, which depends on
      solidus_core (= 3.0.0.alpha) was resolved to 3.0.0.alpha, which depends on
        actionview (>= 5.2, < 6.2.x)

Bundler could not find compatible versions for gem "activejob":
  In Gemfile:
    canonical-rails (= 0.2.9) was resolved to 0.2.9, which depends on
      rails (>= 4.1, < 6.1) was resolved to 6.1.0.rc2, which depends on
        activejob (= 6.1.0.rc2)

    solidus was resolved to 3.0.0.alpha, which depends on
      solidus_core (= 3.0.0.alpha) was resolved to 3.0.0.alpha, which depends on
        activejob (>= 5.2, < 6.2.x)

Bundler could not find compatible versions for gem "activemodel":
  In Gemfile:
    canonical-rails (= 0.2.9) was resolved to 0.2.9, which depends on
      rails (>= 4.1, < 6.1) was resolved to 6.1.0.rc2, which depends on
        activemodel (= 6.1.0.rc2)

    rspec-activemodel-mocks was resolved to 1.1.0, which depends on
      activemodel (>= 3.0)

    solidus was resolved to 3.0.0.alpha, which depends on
      solidus_core (= 3.0.0.alpha) was resolved to 3.0.0.alpha, which depends on
        activemodel (>= 5.2, < 6.2.x)

Bundler could not find compatible versions for gem "activerecord":
  In Gemfile:
    canonical-rails (= 0.2.9) was resolved to 0.2.9, which depends on
      rails (>= 4.1, < 6.1) was resolved to 6.1.0.rc2, which depends on
        activerecord (= 6.1.0.rc2)

    solidus was resolved to 3.0.0.alpha, which depends on
      solidus_core (= 3.0.0.alpha) was resolved to 3.0.0.alpha, which depends on
        activerecord (>= 5.2, < 6.2.x)

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    canonical-rails (= 0.2.9) was resolved to 0.2.9, which depends on
      rails (>= 4.1, < 6.1) was resolved to 6.1.0.rc2, which depends on
        activesupport (= 6.1.0.rc2)

    rspec-activemodel-mocks was resolved to 1.1.0, which depends on
      activesupport (>= 3.0)

    shoulda-matchers (~> 4.4) was resolved to 4.5.0, which depends on
      activesupport (>= 4.2.0)

    solidus was resolved to 3.0.0.alpha, which depends on
      solidus_core (= 3.0.0.alpha) was resolved to 3.0.0.alpha, which depends on
        activesupport (>= 5.2, < 6.2.x)

    versioncake was resolved to 4.0.2, which depends on
      activesupport (> 5.0)

Bundler could not find compatible versions for gem "canonical-rails":
  In Gemfile:
    canonical-rails (= 0.2.9)

    solidus was resolved to 3.0.0.alpha, which depends on
      solidus_frontend (= 3.0.0.alpha) was resolved to 3.0.0.alpha, which depends on
        canonical-rails (~> 0.2.10)

Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    rails (> 0.a)

    canonical-rails (= 0.2.9) was resolved to 0.2.9, which depends on
      rails (>= 4.1, < 6.1)

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    solidus_auth_devise was resolved to 2.5.2, which depends on
      devise (~> 4.1) was resolved to 4.7.3, which depends on
        railties (>= 4.1.0)

    canonical-rails (= 0.2.9) was resolved to 0.2.9, which depends on
      rails (>= 4.1, < 6.1) was resolved to 6.1.0.rc2, which depends on
        railties (= 6.1.0.rc2)

    solidus_dev_support (~> 2.0) was resolved to 2.2.0, which depends on
      rspec-rails (~> 4.0.0.beta3) was resolved to 4.0.2, which depends on
        railties (>= 4.2)

    solidus was resolved to 3.0.0.alpha, which depends on
      solidus_core (= 3.0.0.alpha) was resolved to 3.0.0.alpha, which depends on
        railties (>= 5.2, < 6.2.x)

    versioncake was resolved to 4.0.2, which depends on
      railties (> 5.0)

Bundler could not find compatible versions for gem "solidus_core":
  In Gemfile:
    solidus was resolved to 3.0.0.alpha, which depends on
      solidus_core (= 3.0.0.alpha)

    solidus_auth_devise was resolved to 2.5.2, which depends on
      solidus_core (>= 2.6, < 3)

    solidus_subscriptions was resolved to 0.0.1, which depends on
      solidus_core (>= 2.0.0, < 3)

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants