Skip to content
  1. Nov 24, 2019
  2. Nov 21, 2019
  3. Nov 20, 2019
  4. Nov 12, 2019
  5. Nov 11, 2019
  6. Nov 08, 2019
  7. Nov 05, 2019
  8. Nov 04, 2019
  9. Nov 02, 2019
  10. Oct 31, 2019
  11. Oct 30, 2019
  12. Oct 25, 2019
    • Mislav Marohnić's avatar
      Turn on `--enable-shared` by default for all supported MRI Rubies · dd1562ed
      Mislav Marohnić authored
      Some gems need the host ruby to have shared library enabled. Currently,
      we're not aware of any potential downsides to having this enabled by
      default.
      
      > Shared libraries are libraries that are loaded by programs when they
      > start. When a shared library is installed properly, all programs that
      > start afterwards automatically use the new shared library.
      > [...] if you have a program that needs a shared library (in this case ruby
      > libruby.so.2.2.0 or similar) the program will fail if it doesn't exist.
      dd1562ed