voxpupuli / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
https://forge.puppet.com/puppet/rvm
BSD 3-Clause "New" or "Revised" License
32 stars 102 forks source link

Deal with -next part in RVM versions #191

Closed jplindquist closed 1 year ago

jplindquist commented 1 year ago

Pull Request (PR) description

Updating rvm_version fact regex to account for master -next version tag based on https://github.com/rvm/rvm/blob/35e894c7070eaabc38d91220f6e26d1585a7098a/docs/release-procedure.md

This Pull Request (PR) fixes the following issues

Fixes #189