rconf 0.6.17 → 0.6.18
Sign up to get free protection for your applications and to get access to all the features.
@@ -83,7 +83,7 @@ module RightConf
|
|
83
83
|
end
|
84
84
|
options = [ 'gem','install' ]
|
85
85
|
options += bundler_file
|
86
|
-
options += [ '--no-ri', '--no-rdoc', :abort_on_failure => 'Failed to install bundler' ]
|
86
|
+
options += [ '--no-ri', '--no-rdoc', { :abort_on_failure => 'Failed to install bundler' } ]
|
87
87
|
res = Command.execute(*options)
|
88
88
|
report_success
|
89
89
|
true
|
data/lib/rconf/version.rb
CHANGED