We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to install specific versions of gems,
rbenv::gem { "rails": user => "xdeploy", ruby => "1.9.3-p327", version => "3.2.15",
}
Error: Invalid parameter version
There seems to be no way to pass in versions?
The text was updated successfully, but these errors were encountered:
Indeed, no such a simple functionality?
Sorry, something went wrong.
There is such a function and has been for a while - you're just using the wrong name. It's ensure. Merged in from pull request #30.
ensure
rbenv::gem { "rails": user => "xdeploy", ruby => "1.9.3-p327", ensure => "3.2.15"; }
Documentation of this attribute really should be added to the README.
No branches or pull requests
I want to install specific versions of gems,
}
There seems to be no way to pass in versions?
The text was updated successfully, but these errors were encountered: