Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Silence validating gemspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins authored and indirect committed May 18, 2015
1 parent 3ac4215 commit 0509b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler.rb
Expand Up @@ -366,7 +366,7 @@ def load_gemspec_uncached(file, validate = false)
else
spec = eval_gemspec(path, contents)
end
spec.validate if spec && validate
Bundler.ui.silence { spec.validate } if spec && validate
spec
end
rescue Gem::InvalidSpecificationException => e
Expand Down

0 comments on commit 0509b34

Please sign in to comment.