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

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

Dependabot can't resolve your Ruby dependency files #70

dependabot-preview bot opened this issue May 19, 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 "activemodel":
  In Gemfile:
    rails (>= 3.2.17, <= 6.1.3.2) was resolved to 3.2.22.5, which depends on
      actionpack (= 3.2.22.5) was resolved to 3.2.22.5, which depends on
        activemodel (= 3.2.22.5)

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

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

    rails (>= 3.2.17, <= 6.1.3.2) was resolved to 3.2.22.5, which depends on
      activesupport (= 3.2.22.5)

Bundler could not find compatible versions for gem "mimemagic":
  In Gemfile:
    paperclip (~> 4.3) 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)', in any of the sources.

Bundler could not find compatible versions for gem "rack":
  In Gemfile:
    rails (>= 3.2.17, <= 6.1.3.2) was resolved to 3.2.22.5, which depends on
      actionpack (= 3.2.22.5) was resolved to 3.2.22.5, which depends on
        rack (~> 1.4.5)

    rails (>= 3.2.17, <= 6.1.3.2) was resolved to 3.2.22.5, which depends on
      actionpack (= 3.2.22.5) was resolved to 3.2.22.5, which depends on
        rack-cache (~> 1.2) was resolved to 1.12.1, which depends on
          rack (>= 0.4)

    rails (>= 3.2.17, <= 6.1.3.2) was resolved to 3.2.22.5, which depends on
      actionpack (= 3.2.22.5) was resolved to 3.2.22.5, which depends on
        rack-test (~> 0.6.1) was resolved to 0.6.3, which depends on
          rack (>= 1.0)

    rails (>= 3.2.17, <= 6.1.3.2) was resolved to 3.2.22.5, which depends on
      actionpack (= 3.2.22.5) was resolved to 3.2.22.5, which depends on
        sprockets (~> 2.2.1) was resolved to 2.2.3, which depends on
          rack (~> 1.0)

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

    rails (>= 3.2.17, <= 6.1.3.2) was resolved to 3.2.22.5, which depends on
      railties (= 3.2.22.5)

    sass-rails (~> 3.2.6) was resolved to 3.2.6, which depends on
      railties (~> 3.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