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 #260

Closed
dependabot-preview bot opened this issue May 6, 2021 · 0 comments
Closed

Dependabot can't resolve your Ruby dependency files #260

dependabot-preview bot opened this issue May 6, 2021 · 0 comments

Comments

@dependabot-preview
Copy link

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 "actionpack":
  In Gemfile:
    rails (= 4.2.1) was resolved to 4.2.1, which depends on
      actionpack (= 4.2.1)

    simple_form (~> 3.1.0) was resolved to 3.1.1, which depends on
      actionpack (~> 4.0)

Bundler could not find compatible versions for gem "activemodel":
  In Gemfile:
    mailboxer (~> 0.13.0) was resolved to 0.13.0, which depends on
      carrierwave (>= 0.5.8) was resolved to 1.3.2, which depends on
        activemodel (>= 4.0.0)

    paperclip (~> 4.3.0) was resolved to 4.3.7, which depends on
      activemodel (>= 3.2.0)

    rails (= 4.2.1) was resolved to 4.2.1, which depends on
      activemodel (= 4.2.1)

    searchkick (~> 0.9.1) was resolved to 0.9.1, which depends on
      activemodel

    simple_form (~> 3.1.0) was resolved to 3.1.1, which depends on
      activemodel (~> 4.0)

    web-console (>= 2.3.0, <= 4.1.0) was resolved to 3.3.0, which depends on
      activemodel (>= 4.2)

Bundler could not find compatible versions for gem "activerecord":
  In Gemfile:
    rails (= 4.2.1) was resolved to 4.2.1, which depends on
      activerecord (= 4.2.1)

    seed_dump (~> 3.2.2) was resolved to 3.2.4, which depends on
      activerecord (>= 4)

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    mailboxer (~> 0.13.0) was resolved to 0.13.0, which depends on
      carrierwave (>= 0.5.8) was resolved to 2.2.1, which depends on
        activesupport (>= 5.0.0)

    rails (= 4.2.1) was resolved to 4.2.1, which depends on
      activesupport (= 4.2.1)

Bundler could not find compatible versions for gem "mimemagic":
  In Gemfile:
    paperclip (~> 4.3.0) was resolved to 4.3.7, which depends on
      mimemagic (= 0.3.0)

Could not find gem 'mimemagic (= 0.3.0)', which is required by gem 'paperclip (~> 4.3.0)', in any of the sources.

Bundler could not find compatible versions for gem "rack":
  In Gemfile:
    rails (= 4.2.1) was resolved to 4.2.1, which depends on
      actionpack (= 4.2.1) was resolved to 4.2.1, which depends on
        rack (~> 1.6)

    sass-rails (~> 5.0.4) was resolved to 5.0.6, which depends on
      sprockets (>= 2.8, < 4.0) was resolved to 3.7.2, which depends on
        rack (> 1, < 3)

    devise (~> 3.5.2) was resolved to 3.5.10, which depends on
      warden (~> 1.2.3) was resolved to 1.2.7, which depends on
        rack (>= 1.0)

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    chosen-rails was resolved to 1.5.2, which depends on
      railties (>= 3.0)

    coffee-rails (~> 4.1.0) was resolved to 4.1.1, which depends on
      railties (>= 4.0.0, < 5.1.x)

    devise (~> 3.5.2) was resolved to 3.5.10, which depends on
      railties (>= 3.2.6, < 5)

    jquery-rails was resolved to 4.2.1, which depends on
      railties (>= 4.2.0)

    jquery-turbolinks (~> 2.1.0) was resolved to 2.1.0, which depends on
      railties (>= 3.1.0)

    rails (= 4.2.1) was resolved to 4.2.1, which depends on
      railties (= 4.2.1)

    sass-rails (~> 5.0.4) was resolved to 5.0.6, which depends on
      railties (>= 4.0.0, < 6)

Bundler could not find compatible versions for gem "sass":
  In Gemfile:
    bootstrap-sass (~> 3.3.5.1) was resolved to 3.3.5.1, which depends on
      sass (>= 3.3.0)

    compass (~> 1.0.3) was resolved to 1.0.3, which depends on
      sass (>= 3.3.13, < 3.5)

    sass-rails (~> 5.0.4) was resolved to 5.0.6, which depends on
      sass (~> 3.1)

Bundler could not find compatible versions for gem "thor":
  In Gemfile:
    figaro (~> 1.1, >= 1.1.1) was resolved to 1.1.1, which depends on
      thor (~> 0.14)

    jquery-rails was resolved to 4.2.1, which depends on
      thor (>= 0.14, < 2.0)

    rails (= 4.2.1) was resolved to 4.2.1, which depends on
      railties (= 4.2.1) was resolved to 4.2.1, which depends on
        thor (>= 0.18.1, < 2.0)

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