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
Address rubocop-rspec_rails still having a dependency on RuboCop::RSpec::Language::NodePattern which we removed in d841fe4. We should probably fix this before next release.
The text was updated successfully, but these errors were encountered:
We (rubocop-rspec) don’t have a runtime dependency on rubocop-rspec_rails anymore.
It seems that the issue in rubocop-rspec_rails is easy enough to fix – we can just remove the line with the require. But it needs to be on a version of rubocop-rspec which includes d841fe4, which has not been released yet.
We can probably make a v3.0.0.pre quite soon, which would make it possible to at least open a PR on rubocop-rspec_rails.
Address rubocop-rspec_rails still having a dependency on
RuboCop::RSpec::Language::NodePattern
which we removed in d841fe4. We should probably fix this before next release.The text was updated successfully, but these errors were encountered: