aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-11-11 21:10:53 -0800
committerAndre Arko <andre@arko.net>2014-11-11 21:10:53 -0800
commit978a0f80fa0f7df0ec4cdcee1a9ea3d42fbb0fb1 (patch)
tree9f694816bfad6f746d33e95474abf145eb46d896 /Rakefile
parent33b7e70edab47dd8c579bd22f13bf31578b60d8b (diff)
parent8cbeb529ee12db21c861748fc4a858fd7d27bacc (diff)
downloadbundler-978a0f80fa0f7df0ec4cdcee1a9ea3d42fbb0fb1.tar.gz
Merge tag 'v1.7.6'
Version 1.7.6 Conflicts: CHANGELOG.md
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ace09a48..63cb77ff 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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