You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve detection of specific Linux distributions.
Fix detection of OpenSUSE.
Fixed loading of ruby dependencies when --no-install-deps is specified.
ruby
Pass the paths to [homebrew] and [macports] dependencies to ./configure using individual --with-*-dir options, instead of a single --with-opt-dir option. In Ruby < 3.4.0 the --with-opt-dir option was not treated the same as individual --with-*-dir options.
Omit the bison and readline dependencies for Ruby >= 3.3.0.
Added the gmp library as a dependency to accelerate the Bignum class.