bundle lock --update can do everything that bundle update can do, but it doesn't actually install gems. This is especially useful for generating a lockfile on a machine that doesn't have the libraries available to be able to build native...qyliss (Alyssa Ross)
Prior to this patch, if I ran: ruby setup.rb --destdir /foo Then Bundler files would be written into /foo/foo, because destdir was being prepended, even though `bundler_spec.bin_dir` already included destdir. https://github.com/ru...qyliss (Alyssa Ross)
In the ruby-2.4.8 tarball, the ruby-2.4.8/gems directory does not contain the extracted default gems. This is a change from 2.4.7, and is also not the case in 2.5.7. I would not expect this to change for a teeny release, and suspect...qyliss (Alyssa Ross)
This has broken the “commit logs” links in Ruby release notes, e.g. https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/, which is from less than a week ago.qyliss (Alyssa Ross)