I just updated few gems, but when I pushed to heroku, the old ones are still copied in vendor/bundler and I have a message
Using bson (1.8.2)
[...]
Would have removed bson (1.5.2)
and indeed, in vendor/bundler the old gems is still copied.
However, if I create a new cedar application and I push to Heroku from scratch, the old gem is not copied in vendor/bundle and it works as expected.
The old gem version is neither in Gemfile nor Gemfile.lock, so I do not understand where the heroku bundler is getting this (outdated) information.
Any hints? thanks, Marco