-
Notifications
You must be signed in to change notification settings - Fork 6
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
Rubocop: Update 1.28.2->1.50.0; requires Ruby 2.6 #115
Conversation
I need to validate the rubocop.yml on a few modules before we can release this. some namespaces changed. |
71f4845
to
78db5f4
Compare
s.add_runtime_dependency 'rubocop-rspec', '~> 2.10.0' | ||
# newest versions that still support Ruby 2.6 | ||
# jruby 9.3 in Puppetserver 7 is compatible with C Ruby 2.6 | ||
s.add_runtime_dependency 'rubocop', '~> 1.50.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm had a look: 1.56 is latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, but that doesn't work on Ruby 2.6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah okay. thats the thing.
No description provided.