You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Travis build for Statsample#35 (ruby head) is spitting out an error about calling the private method Prime.new:
/home/travis/.rvm/gems/ruby-head/gems/backports-3.6.4/lib/backports/1.9.1/stdlib/prime.rb:86:in `<class:Prime>': private method `new' called for Prime:Class (NoMethodError)
I'm not sure this is caused by Distribution, but it needs to be investigated.
The text was updated successfully, but these errors were encountered:
The Travis build for Statsample#35 (ruby head) is spitting out an error about calling the private method
Prime.new
:/home/travis/.rvm/gems/ruby-head/gems/backports-3.6.4/lib/backports/1.9.1/stdlib/prime.rb:86:in `<class:Prime>': private method `new' called for Prime:Class (NoMethodError)
I'm not sure this is caused by Distribution, but it needs to be investigated.
The text was updated successfully, but these errors were encountered: