Merge pull request #3013 from zzak/dont-pull-gems-by-default

This patch changes git gem behavior to never pull gems unless specified.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-11-16 12:03:20 +09:00
+1 -1
View File
@@ -106,7 +106,7 @@ module MRuby
git.run_checkout gemdir, params[:checksum_hash]
else
# Jump to the top of the branch
git.run_checkout gemdir, branch
git.run_checkout gemdir, branch if $pull_gems
end
else
fail "unknown gem option #{params}"