rconf 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -75,7 +75,7 @@ module RightConf
|
|
75
75
|
report_success
|
76
76
|
end
|
77
77
|
report_check("Switching to gemset #{gemset}")
|
78
|
-
Command.
|
78
|
+
Command.execute('rvm', version, 'exec', 'rvm', 'gemset', 'use', gemset,
|
79
79
|
:abort_on_failure => "Failed to switch to gemset '#{gemset}'")
|
80
80
|
report_success
|
81
81
|
end
|
data/lib/rconf/version.rb
CHANGED