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
This is the case for example for the sidekiq-ent gem, which when querying the versions json on rubygems returns an unexisting 0.0.1 version and that causes the program to crash with an stack trace as the following:
/opt/hostedtoolcache/Ruby/2.7.6/x64/lib/ruby/gems/2.7.0/gems/libyear-bundler-0.6.1/lib/libyear_bundler/calculators/version_sequence_delta.rb:8:in `calculate': undefined method `-' for nil:NilClass (NoMethodError)
from /opt/hostedtoolcache/Ruby/2.7.6/x64/lib/ruby/gems/2.7.0/gems/libyear-bundler-0.6.1/lib/libyear_bundler/models/gem.rb:96:in `version_sequence_delta'
from /opt/hostedtoolcache/Ruby/2.7.6/x64/lib/ruby/gems/2.7.0/gems/libyear-bundler-0.6.1/lib/libyear_bundler/report.rb:137:in `increment_seq_deltas'
from /opt/hostedtoolcache/Ruby/2.7.6/x64/lib/ruby/gems/2.7.0/gems/libyear-bundler-0.6.1/lib/libyear_bundler/report.rb:54:in `increment_metrics_summary'
from /opt/hostedtoolcache/Ruby/2.7.6/x64/lib/ruby/gems/2.7.0/gems/libyear-bundler-0.6.1/lib/libyear_bundler/report.rb:37:in `block in to_h'
from /opt/hostedtoolcache/Ruby/2.7.6/x64/lib/ruby/gems/2.7.0/gems/libyear-bundler-0.6.1/lib/libyear_bundler/report.rb:37:in `each'
from /opt/hostedtoolcache/Ruby/2.7.6/x64/lib/ruby/gems/2.7.0/gems/libyear-bundler-0.6.1/lib/libyear_bundler/report.rb:37:in `to_h'
...
This is the case for example for the
sidekiq-ent
gem, which when querying the versions json on rubygems returns an unexisting0.0.1
version and that causes the program to crash with an stack trace as the following:This issue is very similar to #21
The text was updated successfully, but these errors were encountered: