rconf 0.6.14 → 0.6.15
Sign up to get free protection for your applications and to get access to all the features.
@@ -146,7 +146,7 @@ module RightConf
|
|
146
146
|
Platform.dispatch(ruby) { :install_ruby_prerequesites }
|
147
147
|
report_check("Installing #{ruby} (this will take a while, please be patient)")
|
148
148
|
Command.execute('rvm', 'install', ruby, :abort_on_failure => 'Failed to install ruby')
|
149
|
-
res = Command.execute("rvm #{version}
|
149
|
+
res = Command.execute("rvm #{version}@global exec -- gem install rconf")
|
150
150
|
report_success
|
151
151
|
res.output
|
152
152
|
end
|
data/lib/rconf/version.rb
CHANGED