aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorJosef Šimánek <josef.simanek@gmail.com>2014-01-27 09:36:56 +0100
committerJosef Šimánek <josef.simanek@gmail.com>2014-01-27 09:36:56 +0100
commitbdaf3b8e088a7e584179a17631fcc8aaa9471add (patch)
treef783e4cbfc05feeb5012a488caf852cb124d79e1 /lib/bundler.rb
parentaeb3df71e4cd6831b2619731a024e74a2b4c8fdd (diff)
downloadbundler-bdaf3b8e088a7e584179a17631fcc8aaa9471add.tar.gz
Raise GemfileLockNotFound only for non-full update.
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 933039fb..d54e6643 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -401,7 +401,7 @@ module Bundler
paths = possibles.flatten.compact.uniq.reject { |p| p.empty? }
ENV["GEM_PATH"] = paths.join(File::PATH_SEPARATOR)
end
-
+
configure_gem_home
bundle_path
end