rconf 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,7 @@ module RightConf
|
|
39
39
|
report_result(success)
|
40
40
|
install_bundler unless success
|
41
41
|
report_check('Installing gems')
|
42
|
-
options = [ 'install' ]
|
42
|
+
options = [ 'install', "_#{version}_" ]
|
43
43
|
options << "--without=#{exclusions}" unless exclusions.nil?
|
44
44
|
options << "--path #{bundle_path}" unless bundle_path.nil?
|
45
45
|
options << { :abort_on_failure => 'Failed to install gems' }
|
data/lib/rconf/version.rb
CHANGED