Skip to content

Update fauxhai-ng dependency to fix ruby 2.7 deprecation

Gabriel Mazetto requested to merge brodock/update-fauxhai-ng into master

What does this MR do?

Update fauxhai-ng dependency (development/test only). This fixes some ruby 2.7 deprecation warnings as below:

../.rvm/gems/ruby-2.7.2/gems/fauxhai-ng-8.2.0/lib/fauxhai/mocker.rb:50: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open

This does not impact any production code nor the build process.

The change also includes net-ssh update from 5.2.0 to latest 6.1.0

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • Pipeline is green on dev.gitlab.org if the change is touching anything besides documentation or internal cookbooks
  • trigger-package has a green pipeline running against latest commit
Edited by Gabriel Mazetto

Merge request reports