Skip to content

Is there a way to specify a rubygems version? #111

@seafoodbuffet

Description

@seafoodbuffet

I'm running into an issue where the version of RubyGems installed has a bug that's fixed in a newer version of RubyGems. I don't see a way to update the RubyGems version. It would be great if there were a param like gems_version on rvm_system_ruby. something like:

rvm_system_ruby {
'ruby-1.9':
ensure => 'present',
default_use => true,
gems_version => '2.5.1'
}

is there a way to upgrade the rubygems version without making code changes to the puppet module?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions