summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/check.rb
diff options
context:
space:
mode:
-rw-r--r--lib/bundler/cli/check.rb6
1 files changed, 4 insertions, 2 deletions
@@ -11,9 +11,11 @@ module Bundler
def run
Bundler.settings.set_command_option_if_given :path, options[:path]
begin
- definition = Bundler.definition
- definition.validate_runtime!
not_installed = definition.missing_specs
rescue GemNotFound, VersionConflict
Bundler.ui.error "Bundler can't satisfy your Gemfile's dependencies."