ozfortress / tournament-system

A ruby gem that implements various tournament systems.
MIT License
18 stars 8 forks source link

Dependabot can't resolve your Ruby dependency files #9

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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 "abstract_type":
  In Gemfile:
    reek was resolved to 2.2.1, which depends on
      unparser (~> 0.2.2) was resolved to 0.2.8, which depends on
        abstract_type (~> 0.0.7)

Could not find gem 'abstract_type (~> 0.0.7)', which is required by gem 'unparser (~> 0.2.2)', in any of the sources.

Bundler could not find compatible versions for gem "kwalify":
  In Gemfile:
    reek was resolved to 5.3.0, which depends on
      kwalify (~> 0.7.0)

Could not find gem 'kwalify (~> 0.7.0)', which is required by gem 'reek', in any of the sources.

Bundler could not find compatible versions for gem "private_attr":
  In Gemfile:
    reek was resolved to 3.9.1, which depends on
      private_attr (~> 1.1)

Could not find gem 'private_attr (~> 1.1)', which is required by gem 'reek', in any of the sources.

Bundler could not find compatible versions for gem "stream":
  In Gemfile:
    tournament-system was resolved to 0.0.1, which depends on
      graph_matching (<= 0.1.1, >= 0.1.1) was resolved to 0.1.1, which depends on
        rgl (~> 0.5.0) was resolved to 0.5.3, which depends on
          stream (~> 0.5.0)

Could not find gem 'stream (~> 0.5.0)', which is required by gem 'rgl (~> 0.5.0)', in any of the sources.

Bundler could not find compatible versions for gem "virtus":
  In Gemfile:
    reek was resolved to 4.0.3, which depends on
      codeclimate-engine-rb (~> 0.3.1) was resolved to 0.3.1, which depends on
        virtus (~> 1.0)

Could not find gem 'virtus (~> 1.0)', which is required by gem 'codeclimate-engine-rb (~> 0.3.1)', 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.