Commit graph

3 commits

Author SHA1 Message Date
jnozsc
1892f46a85 ruby 2.4 security maintenance 2020-01-18 23:35:30 -08:00
Mislav Marohnić
dd1562ed65 Turn on --enable-shared by default for all supported MRI Rubies
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.
2019-10-25 13:58:18 +02:00
Koichi ITO
cfc4cf0c82 Add definition for Ruby 2.4.6
Ruby 2.4.6 has been released.
https://www.ruby-lang.org/en/news/2019/04/01/ruby-2-4-6-released/
2019-04-01 15:24:16 +09:00