postmodern / ruby-install

Installs Ruby, JRuby, TruffleRuby, or mruby
MIT License
1.89k stars 250 forks source link

no longer install `libgdbm` as a dependency for new ruby versions #483

Closed postmodern closed 1 month ago

postmodern commented 2 months ago

The gdbm gem has been removed from stdlib after ruby-3.0.7, thus we no longer need to install libgdbm as a dependency. We will need to add ruby_version checking logic and only add it to ruby_dependencies for older ruby versions.

postmodern commented 1 month ago

Implemented by 35450fc in the 0.10.0 branch. Will be released in 0.10.0.