Skip to content

Breaks Statsample 1.4.0 #3

@einpaule

Description

@einpaule

It seems that the latest version of this gem 1.2.0 (https://rubygems.org/gems/statsample-bivariate-extension/versions/1.2.0 ) prevents us from using statsample 1.4.0. It results in an infinite loop of dependency:

Your Gemfile requires gems that depend on each other, creating an infinite loop. Please remove either gem 'statsample' or gem 'statsample-bivariate-extension' and try again.

It can be reproduced by using bundler with this Gemfile file in an empty folder:

source 'https://rubygems.org'

gem 'statsample', '1.4.0'

I'm not sure whether this is something you would want to support, nor what the solution is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions