JEG2 / highline

A higher level command-line oriented interface.
Other
1.29k stars 137 forks source link

Add abbrev gem as dependency #264

Closed mathieujobin closed 8 months ago

mathieujobin commented 8 months ago

abbrev has been bundled as a gem, and will be removed from the stdlib from ruby 3.4.0

under 3.3.0, this will remove this warning

warning: abbrev was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add abbrev to your Gemfile or gemspec. Also contact author of highline-2.1.0 to add abbrev into its gemspec.

abinoam commented 8 months ago

Hi @mathieujobin

Thank you very much for your contribution!

PS: The failing test is because of the deprecation of ext/readline and I'll try to fix it in #265 #266