hult/actionnotifier

Dependabot can't resolve your Ruby dependency files

Closed this issue · 0 comments

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:
    actionnotifier was resolved to 0.0.1, which depends on
      actionpack (>= 5.0, <= 5.2.2)

    rails (>= 5.0.0.1, < 5.2) was resolved to 5.1.6.1, which depends on
      actionpack (= 5.1.6.1)

Bundler could not find compatible versions for gem "ansi":
  In Gemfile:
    actionnotifier was resolved to 0.0.1, which depends on
      rpush (~> 3.0) was resolved to 3.3.1, which depends on
        ansi

Could not find gem 'ansi', which is required by gem 'rpush (~> 3.0)', in any of the sources.

Bundler could not find compatible versions for gem "metaclass":
  In Gemfile:
    mocha was resolved to 1.7.0, which depends on
      metaclass (~> 0.0.1)

Could not find gem 'metaclass (~> 0.0.1)', which is required by gem 'mocha', in any of the sources.

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    rails (>= 5.0.0.1, < 5.2) was resolved to 5.1.6.1, which depends on
      railties (= 5.1.6.1)

    actionnotifier was resolved to 0.0.1, which depends on
      rpush (~> 3.0) was resolved to 3.3.1, which depends on
        railties

Bundler could not find compatible versions for gem "rake":
  In Gemfile:
    rake (~> 10.0)

    rails (>= 5.0.0.1, < 5.2) was resolved to 5.1.6.1, which depends on
      railties (= 5.1.6.1) was resolved to 5.1.6.1, which depends on
        rake (>= 0.8.7)

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.

You can mention @dependabot in the comments below to contact the Dependabot team.