I ran into the same issue, but I think it was due to spring
caching some gems and configurations. I fixed it by running gem pristine --all
.
This restores installed gems to pristine condition from files located in the gem cache.
or you can just try for your gem like
gem pristine your_gem_name