Skip to content

Update gem faker to latest version

Tiffany Rea requested to merge 339101-update-faker-version into master

What does this MR do?

To address Ruby 2.7 warning error #339101 (closed).

Failure/Error: example.run_with_retry retry: retry_times
     
     DeprecationToolkit::Behaviors::DeprecationIntroduced:
       You have introduced new deprecations in the codebase. Fix or record them in order to discard this error.
       You can record deprecations by adding the `DEPRECATION_BEHAVIOR='record'` ENV when running your specs.
     
       DEPRECATION WARNING: /usr/local/bundle/gems/faker-1.9.3/lib/faker.rb:155: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
       /usr/local/bundle/gems/i18n-1.8.10/lib/i18n.rb:196: warning: The called method `translate' is defined here

Updating gem faker to latest version 2.19.0. Tests passed locally for me.

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Related to #339101 (closed)

Edited by Tiffany Rea

Merge request reports