Skip to content

Update test dependencies for Ruby 3 support

Matthias Käppler requested to merge 336754-update-listen-gem into master

What does this MR do?

Update listen and simplecov-html to enable Ruby 3 support in gitlab.

https://github.com/guard/listen/releases/tag/v3.6.0

These are just transitive dependencies; I don't believe we are using these gems directly in the app. We require these updates to remove library calls that use deprecated syntax and that would fail in Ruby 3.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #336754 (closed)

Edited by Matthias Käppler

Merge request reports