The previous previous commits were accidentally pushed to master
Something is really strange about the last two, and I think GitHub is not even rendering the commits or their diffs correctly
The setup commit is strange because it has diffs for changes that were already in the git history?
This PR diff doesn't look like it does anything? But it does correctly reset the Gemfile.lock
Alternatively, we could git reset HEAD~2 and force push to master to forget these commits even happened? You can see what that looks like in the main branch
git reset HEAD~2
and force push to master to forget these commits even happened? You can see what that looks like in the main branch