Skip to content

Remove narrowly pinned versions

Andrejs Cunskis requested to merge remove-pinned-version into master

What does this MR do and why?

Explicitly pinned versions are not good when used in gems as it can block updating dependency versions in projects where the gem is used like so: gitlab!101087 (comment 1136351354)

Unless there is a specific reason, usually, it's ok to just restrict a major version, since major versions can typically contain breaking changes

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports