Description
An error occurred executing RuboCop v0.67.2.
Outputs error as following:
/usr/local/bundle/gems/rubocop-0.67.2/exe/rubocop:16:in `[]': no implicit conversion of String into Integer (TypeError)
from /usr/local/bundle/gems/rubocop-0.67.2/exe/rubocop:16:in `<top (required)>'
from /usr/local/bundle/bin/rubocop:29:in `load'
from /usr/local/bundle/bin/rubocop:29:in `<main>'
And the related code is following:
I'm using Bundler in version v1.14 and the implement of LockFileParser#dependencies
looks different between v1.14 and v1.15.
rubygems/bundler@9febe9a#diff-3c625d3cd7d7604b3e2e3c5487a5ede6L64
So I thought it should be changed requirement version for bundler in RuboCop gemspec.
Activity
[#5977] Warn for Performance Cops
bbatsov commentedon Apr 10, 2019
@koic Can you check this out?
[Fix rubocop#6917] Bump Bundler dependency to >= 1.15.0
koic commentedon Apr 11, 2019
I checked this issue and I opened a PR #6919.
[Fix #6917] Bump Bundler dependency to >= 1.15.0
[Fixes rubocop#6939] Remove warn for rubocop-performance
[Fix #6939] Remove warn for rubocop-performance (#6944)