lib/ms_deploy/recipes/bundler.rb in ms_deploy-0.0.10 vs lib/ms_deploy/recipes/bundler.rb in ms_deploy-0.0.11
- old
+ new
@@ -15,10 +15,10 @@
set :rake, 'bundle exec rake'
namespace :bundler do
task :install_gem do
- run "cd #{release_path} && gem install bundler --pre --no-ri --no-rdoc"
+ run "cd #{release_path} && gem install bundler --no-ri --no-rdoc"
end
end
before "bundle:install", "bundler:install_gem"