Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rubocop to v1.68 #659

Merged
merged 4 commits into from
Nov 12, 2024
Merged

Update Rubocop to v1.68 #659

merged 4 commits into from
Nov 12, 2024

Conversation

nicowenterodt
Copy link
Contributor

@nicowenterodt nicowenterodt commented Nov 11, 2024

This Pull Request updates Rubcop to v1.68

When you are already on Psych v5.2.0 in your Gemfile.lock you will see errors with Rubocop < 1.68 (for example when using Standard auto-linter or using the VSCode plugin which currently times out when you activate format-on-save)

This will fix issues with psych which removed a require on stringio in ruby/psych#686

RuboCop relies on that so it has been added in the latest version.

See
rubocop/rubocop#11060 (comment)
#656 (comment)

@davidcelis
Copy link

Currently affected by the related errors in pretty much all my projects 😅 Thanks for opening this!

@czeise czeise merged commit 259a566 into standardrb:main Nov 12, 2024
4 checks passed
Sign up for free to 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.

4 participants