Commit 916630be authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

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

This patch changes git gem behavior to never pull gems unless specified.
parents 85b5af61 98285e6b
...@@ -106,7 +106,7 @@ module MRuby ...@@ -106,7 +106,7 @@ module MRuby
git.run_checkout gemdir, params[:checksum_hash] git.run_checkout gemdir, params[:checksum_hash]
else else
# Jump to the top of the branch # Jump to the top of the branch
git.run_checkout gemdir, branch git.run_checkout gemdir, branch if $pull_gems
end end
else else
fail "unknown gem option #{params}" fail "unknown gem option #{params}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment