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

Upgrade to RuboCop 1.57.2 which drops base64 #588

Closed
bb opened this issue Nov 7, 2023 · 2 comments
Closed

Upgrade to RuboCop 1.57.2 which drops base64 #588

bb opened this issue Nov 7, 2023 · 2 comments

Comments

@bb
Copy link

bb commented Nov 7, 2023

Please upgrade standard to RuboCop 1.57.2. This version dropped the dependency on the base64 gem.

Earlier versions of RuboCop required base64 version 0.1.x which already caused issues before: rubocop/rubocop#12310

A few hours ago, v0.2.0 was released and automatically loaded with new installations, thus breaking (old) RuboCop again:

 The application encountered the following error: You have already activated base64 0.2.0, but your Gemfile requires base64 0.1.1. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)
@camilopayan
Copy link
Contributor

Thanks for the notice! It's up to date in the latest version of standard

@bb
Copy link
Author

bb commented Nov 7, 2023

Great, Camilo! 🚀 Thanks for the very quick response. I tested the new release and confirmed fixes the issue. Thank you!

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

No branches or pull requests

2 participants