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
gemsurance-0.10.0/lib/gemsurance/gem_info_retriever.rb:122:in block in retrieve': undefined method index' for #<Bundler::Definition:0x000056301356c6a8> (NoMethodError)
Looking at the file lib/bundler/definition.rb for bundler version 2.2.29, I found no definition of method index. The method is present in older versions of bundler.
Running bundle _2.1.4_ exec gemsurance produced the desired output, the file gemsurance_report.html
Running
gemsuranceproduces the error:gemsurance-0.10.0/lib/gemsurance/gem_info_retriever.rb:122:inblock in retrieve': undefined methodindex' for #<Bundler::Definition:0x000056301356c6a8> (NoMethodError)The bundler version is at
2.2.29as specified in the dependency list in https://rubygems.org/gems/gemsurance/versions/0.10.0/dependencies:Looking at the file
lib/bundler/definition.rbforbundlerversion2.2.29, I found no definition of methodindex. The method is present in older versions ofbundler.Running
bundle _2.1.4_ exec gemsuranceproduced the desired output, the filegemsurance_report.html