Skip to content

Update rubocop related dependencies - #72

Closed
HParker wants to merge 1 commit into
masterfrom
unlock-rubocop-version
Closed

Update rubocop related dependencies#72
HParker wants to merge 1 commit into
masterfrom
unlock-rubocop-version

Conversation

@HParker

Copy link
Copy Markdown
Contributor

No description provided.

@composerinteraliacomposerinteralia left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How would you feel about removing the constraints on "rubocop-performance" and "rubocop-rails" as well? My general feeling is that version constraints in gems make upgrades more challenging and don't provide much value except in the case where there is a known conflict between versions.

@HParker
HParkerforce-pushed the unlock-rubocop-version branch from cf02c88 to e1cc488CompareJuly 20, 2020 19:09
@composerinteralia

Copy link
Copy Markdown
Member

Actually I might be wrong in this case. It looks like we are locking the version in this case so we can coordinate updating the gem with updating the yaml file (see e82e9b2 for example). Maybe we should bump to whatever the latest version is instead?

@HParker

Copy link
Copy Markdown
ContributorAuthor

Ah, I suppose without that version lock CI might just start failing on an unrelated change. I'll update this to lock to latest versions of those 3 gems so that we can at least prevent these gems updating on unrelated changes here.

Update version requirement on,
- rubocop
- rubocop-performance
- rubocop-rails
@HParker
HParkerforce-pushed the unlock-rubocop-version branch from e1cc488 to ba58491CompareJuly 20, 2020 19:13
@HParkerHParker changed the title Unlock rubocop to allow rubocop 0.88.x and beyondUpdate rubocop related dependenciesJul 20, 2020

@composerinteraliacomposerinteralia left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, that makes sense. Thanks!

@HParkerHParker mentioned this pull request Aug 7, 2020
@HParkerHParker closed this Aug 7, 2020
@HParker
HParker deleted the unlock-rubocop-version branch August 7, 2020 15:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@HParker@composerinteralia