From e5f1975dcfc45b17b83379c5181d763345db6b98 Mon Sep 17 00:00:00 2001 From: Sarah Mei <sarahmei@gmail.com> Date: Wed, 20 Oct 2010 21:54:33 -0700 Subject: [PATCH] Remove Gemfile.lock before doing rake cruise --- cruise_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cruise_config.rb b/cruise_config.rb index ee3c7f72be..922a03a0f1 100644 --- a/cruise_config.rb +++ b/cruise_config.rb @@ -1,5 +1,5 @@ require 'fileutils' Project.configure do |project| - project.build_command = 'source /usr/local/rvm/scripts/rvm && rvm use ruby-1.8.7-p249@diaspora && gem update --system && ruby lib/cruise/build.rb' + project.build_command = 'source /usr/local/rvm/scripts/rvm && rvm use ruby-1.8.7-p249@diaspora && rm Gemfile.lock && gem update --system && ruby lib/cruise/build.rb' end -- GitLab