Version Resolution May Fail
- RubyGems may fail to find a version that meets all the constraints.
- It may even fail to find a possible solution.
- Consider
- Module A requires Z, "> 1.0"
- Module B requires Z, "~> 1.0"
- Module Z Versions available: 2.1 and 1.5
- Recommendation: Keep the version constraints in a place that is easy
to tweak on a system by system basis.
- This will allow manual intervention