Is there a particular reason why `bundle gem my_gem` adds the Gemfile.lock to the repository?

@apotonick https://github.com/rubygems/rubygems/issues/3372

I personally still believe that it’s not good for gems, especially if you have any sort of test matrix in your CI.

Update documentation around checking in the Gemfile.lock · Issue #3372 · rubygems/rubygems

When Bundler first shipped, we gitignored the Gemfile.lock inside gems, following the advice given in this blog post. Over time, however, it became clear that this practice forces the pain of broke...

GitHub
@pointlessone Hey, thanks for the link, very interesting! So, you think it should be checked in or not?
@apotonick I think it should not but then, bundler maintainer probably know better. 🤷‍♂️