We tried to use bootboot for Rails version upgrades and found it limiting to be forced to use the names Gemfile.lock and Gemfile_next.lock.
In our case - we wanted to use something like:
Gemfile.rails61.lock
Gemfile.rails70.lock
so it was easier to understand which lockfile corresponded to which version, more useful git history, etc