forked from clbustos/statsample-bivariate-extension
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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.