diff options
author | Andre Arko <andre@arko.net> | 2014-11-11 21:10:53 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-11-11 21:10:53 -0800 |
commit | 978a0f80fa0f7df0ec4cdcee1a9ea3d42fbb0fb1 (patch) | |
tree | 9f694816bfad6f746d33e95474abf145eb46d896 /Rakefile | |
parent | 33b7e70edab47dd8c579bd22f13bf31578b60d8b (diff) | |
parent | 8cbeb529ee12db21c861748fc4a858fd7d27bacc (diff) | |
download | bundler-978a0f80fa0f7df0ec4cdcee1a9ea3d42fbb0fb1.tar.gz |
Merge tag 'v1.7.6'
Version 1.7.6
Conflicts:
CHANGELOG.md
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ begin end task "clone_rubygems_#{rg}" do - unless File.directory?("tmp/rubygems") + unless File.directory?(RUBYGEMS_REPO) system("git clone https://github.com/rubygems/rubygems.git tmp/rubygems") end hash = nil |