aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendored_molinillo.rb
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2014-11-16 20:26:34 -0800
committerSamuel E. Giddins <segiddins@segiddins.me>2014-11-24 11:03:49 -0800
commitb2e0d9707b53a7d799a1dd089ff7e479abacb5fb (patch)
treecde188b248e2195481e0aa9b3d32e90c2ddeae73 /lib/bundler/vendored_molinillo.rb
parenta7e115ddfe20f60bef099dd249137926359240c6 (diff)
downloadbundler-b2e0d9707b53a7d799a1dd089ff7e479abacb5fb.tar.gz
[Resolver] Update molinillo to the double backjumping branch
Diffstat (limited to 'lib/bundler/vendored_molinillo.rb')
-rw-r--r--lib/bundler/vendored_molinillo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/vendored_molinillo.rb b/lib/bundler/vendored_molinillo.rb
index f6c4a25a..daf52b82 100644
--- a/lib/bundler/vendored_molinillo.rb
+++ b/lib/bundler/vendored_molinillo.rb
@@ -1,4 +1,4 @@
-vendor = File.expand_path('../vendor/Molinillo-master/lib', __FILE__)
+vendor = File.expand_path('../vendor/Molinillo-double-backjumping/lib', __FILE__)
loaded = $:.include?(vendor)
$:.unshift(vendor) unless loaded
require 'molinillo'