You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. 👋 Would it be possible to upgrade to Parser 3.3.0 since it's not possible to upgrade to RuboCop 1.60.0 since it requires Parser 3.3.0 or higher? Here's the error I get when updating to RuboCop 1.60.0 and attempting to use Reek 6.2.0 at the same time:
Could not find compatible versions
Because reek >= 6.1.4 depends on parser ~> 3.2.0
and rubocop >= 1.60.0 depends on parser >= 3.3.0.2,
reek >= 6.1.4 is incompatible with rubocop >= 1.60.0.
And because every version of caliber depends on rubocop ~> 1.60,
reek >= 6.1.4 is incompatible with caliber >= 0.
So, because Gemfile depends on caliber >= 0
and Gemfile depends on reek ~> 6.2,
version solving has failed.
How
This should only require updating the reek.gemspec to spec.add_runtime_dependency 'parser', '~> 3.3.0'. This is related to this code review.
Why
Hello. 👋 Would it be possible to upgrade to Parser 3.3.0 since it's not possible to upgrade to RuboCop 1.60.0 since it requires Parser 3.3.0 or higher? Here's the error I get when updating to RuboCop 1.60.0 and attempting to use Reek 6.2.0 at the same time:
How
This should only require updating the
reek.gemspec
tospec.add_runtime_dependency 'parser', '~> 3.3.0'
. This is related to this code review.Notes
The text was updated successfully, but these errors were encountered: