-
-
Notifications
You must be signed in to change notification settings - Fork 924
Cannot install RuboCop 0.58.{1,2} #5260
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
Comments
this is gradle bug, version range parsing seems a bit odd here.
|
You suggest I open a bug with the Gradle guys? |
yes, with https://github.com/jruby-gradle/jruby-gradle-plugin I will pick it from there. it is just not a jruby problem what you have. |
There was a bug in Parser 2.5.1.1, so RuboCop does not use that version. s.add_runtime_dependency('parser', '>= 2.5', '!= 2.5.1.1') https://github.com/rubocop-hq/rubocop/blob/v0.58.2/rubocop.gemspec#L39 Please run |
Sounds like this is not our issue, so I'll close it. Let us know if there's something we need to fix in JRuby. |
JRuby version 9.2.0.0.
In this commit, RuboCop added a filter on the
parser
dependency version. Then they released 0.58.1. Now they've released 0.58.2 and I cannot update to either version. The error that I'm getting is:I'm not sure whether this is a JRuby bug or a Gradle one or what is going on but I think I won't be able to upgrade RuboCop any more at all until this is fixed. :)
Any ideas?
The text was updated successfully, but these errors were encountered: