Skip to content

Commit

Permalink
Add abbrev gem as dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mathieujobin authored Dec 29, 2023
1 parent a70c7cd commit 71f0832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions highline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ DESCRIPTION

spec.required_ruby_version = ">= 3.0"

spec.add_runtime_dependency "abbrev"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest"
Expand Down

0 comments on commit 71f0832

Please sign in to comment.