-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abbrev
warning for ruby 3.4.0
#1812
Comments
This actually a dependency of highline and was addressed in JEG2/highline#264. Hopefully there will be a new release of highline in the near future, since it's been a while. |
highline 3.0.0 was released which added Don't quite understand how dependencies work with brakeman, should I just open a new issue to get this updated? |
Maybe it's easier if @presidentbeef would consider re-open this issue, as this can be fixed now by bumping the highline dependency. |
@zvkemp issued a PR for completely removing abbrev as it was not being used anymore. Released already as 3.0.1 |
Hi,
FYI:
after running brakeman with ruby 3.3.0 I have the following warning:
/Users/xx/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/brakeman-6.1.1/bundle/ruby/3.0.0/gems/highline-2.1.0/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 brakeman-6.1.1 to add abbrev into its gemspec.
The text was updated successfully, but these errors were encountered: