Skip to content
New issue

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

fix error when gem install bundler #108

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

cloud-hot
Copy link

when i use:
rvm_gem {
'bundler':
name => 'bundler',
ruby_version => 'ree-1.8.7-2012.02',
ensure => latest,
require => Rvm_system_ruby['ree-1.8.7-2012.02'];
}

it will hang on the blow command and will never go on.

debug: Rvm_gembundler: Executing '/usr/local/rvm/bin/rvm ree-1.8.7-2012.02 do gem list --local bundler$'
debug: Rvm_gembundler: Executing '/usr/local/rvm/bin/rvm ree-1.8.7-2012.02 do gem list --remote bundler$'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants