I have 2 projects that share the same models, so this models are packaged into a gem. I needed to add a new model to this gem so I created the migration and class needed, build the gem and then unpacked it onto the other projects and did
bundle install --local
The gem gets installed with it's new version but the new model file I added is not there. What am I missing?