Ruby Versioning¶
Identifier¶
ruby
References¶
- https://guides.rubygems.org/patterns/
- https://bundler.io/v1.5/gemfile.html
- https://www.devalot.com/articles/2012/04/gem-versions.html
Ranges/Constraints¶
✅ Ranges are supported.
Valid rangeStrategy
values are: bump
, widen
, pin
, replace
Description¶
The RubyGems team urges gem developers to follow the Semantic Versioning standard for their gem’s versions, but it is not enforced.
Range syntax is similar to npm's but not identical. The main difference is the use of "pessimistic" greater than or equals: ~>
Open items¶
The below list of features were current when this page was generated on November 24, 2024.
Feature requests¶
- Bundler/Rubygems: support registries with incomplete releases lists #12618