You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered: