This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.
Message originally sent by slack user U72NG7VKI06
Hi all, sorry if this is not the right channel for this question. I’m starting to implement the whole suite of tools and starting progressive modularization of a codebase, but I’m struggling with an error when trying to use packs gem, which has a dependency with robocop-packs .
Apparently, the error seems to be a missing Base class.
The error message is the following one:
Hi! The error is raised when I try to run rails console for example.
Also if I run packs help the error is raised too, when I run bundle binstub packs and run bin/packs help the error is different
I was not using rubocop on my project, and was installed as a dependency from rubocop-packs, so apparently the error was that the rubocop version was too old, and that constant didn’t exist