JEG2 / highline

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

Add `abbrev` to gemspec #270

Closed kapitoshka438 closed 8 months ago

kapitoshka438 commented 9 months ago

After upgrading to Ruby 3.3.0 running bundle install for a single Gemfile which only contains Fastlane gem shows this warning

{PROJECT_ROOT}/vendor/bundle/ruby/3.3.0/gems/highline-2.0.3/lib/highline.rb:17: 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.0.3 to add abbrev into its gemspec.
abinoam commented 8 months ago

Thanks for reporting it.

Related to #264 #268

kapitoshka438 commented 8 months ago

Thank you