aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/inline.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-06-09 21:25:55 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-06-09 21:25:55 -0500
commitf5bd5b57a938070586b20e8a01567698324ae936 (patch)
tree6efa47acc8810b2683d971840378b719e61bda1c /lib/bundler/inline.rb
parent64edbb8e0f8cd2b73cefba36755d8c32c774ab0c (diff)
downloadbundler-f5bd5b57a938070586b20e8a01567698324ae936.tar.gz
[Inline] Installs quietly from git if necessary when the install option is not set
Diffstat (limited to 'lib/bundler/inline.rb')
-rw-r--r--lib/bundler/inline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/inline.rb b/lib/bundler/inline.rb
index b6bddda5..21908695 100644
--- a/lib/bundler/inline.rb
+++ b/lib/bundler/inline.rb
@@ -51,7 +51,7 @@ def gemfile(install = false, options = {}, &gemfile)
missing_specs = proc do
begin
!definition.missing_specs.empty?
- rescue Bundler::GemNotFound
+ rescue Bundler::GemNotFound, Bundler::GitError
definition.instance_variable_set(:@index, nil)
true
end