salsify / avro-schema-registry

Implementation of the Confluent Schema Registry API as a Rails application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependabot can't resolve your Ruby dependency files

dependabot-preview opened this issue · 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 "rack-accept":
  In Gemfile:
    grape (>= 0, <= 1.2.2) was resolved to 1.2.2, which depends on
      rack-accept

Could not find gem 'rack-accept', which is required by gem 'grape (>= 0, <= 1.2.2)', in any of the sources.

Bundler could not find compatible versions for gem "rack-mount":
  In Gemfile:
    grape (>= 0, <= 1.2.2) was resolved to 0.1.3, which depends on
      rack-mount (~> 0.6.13)

Could not find gem 'rack-mount (~> 0.6.13)', which is required by gem 'grape (>= 0, <= 1.2.2)', in any of the sources.

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.