Remove warnings for ostruct, csv and syslog #984
Merged
+3
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before
bash-5.1$ hammer repository list WARNING: File locale/vi/LC_MESSAGES/hammer_cli_katello.mo outdated, regenerate with 'make all-mo' /usr/share/ruby/json/common.rb:3: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. You can add ostruct to your Gemfile or gemspec to silence this warning. /opt/app-root/src/hammer-cli-katello/vendor/ruby/3.3.0/gems/hammer_cli-3.13.0/lib/hammer_cli/settings.rb:2: warning: syslog was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add syslog to your Gemfile or gemspec to silence this warning. /opt/app-root/src/hammer-cli-katello/vendor/ruby/3.3.0/gems/hammer_cli-3.13.0/lib/hammer_cli/output/adapter.rb:5: warning: csv was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add csv to your Gemfile or gemspec to silence this warning.
After
bash-5.1$ hammer repository list WARNING: File locale/vi/LC_MESSAGES/hammer_cli_katello.mo outdated, regenerate with 'make all-mo'