There is one obvious way:
git checkout -- Gemfile.lock
and then run
bundle install
It assumes you use git – but who does not now days, I have everything in git.
There is one obvious way:
git checkout -- Gemfile.lock
and then run
bundle install
It assumes you use git – but who does not now days, I have everything in git.