Skip to content

Commit

Permalink
back to conditional bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
glv committed Mar 15, 2010
1 parent b1dc880 commit b022c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ def rcr?
ENV['RUN_CODE_RUN'] == 'true'
end

system("bundle install --disable-shared-gems")
system("bundle install --disable-shared-gems") if rcr?

begin
# Try to require the preresolved locked set of gems.
Expand Down

0 comments on commit b022c8e

Please sign in to comment.