summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/exec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli/exec.rb')
-rw-r--r--lib/bundler/cli/exec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/cli/exec.rb b/lib/bundler/cli/exec.rb
index 252a0d2b1f..5c05f17db6 100644
--- a/lib/bundler/cli/exec.rb
+++ b/lib/bundler/cli/exec.rb
@@ -23,8 +23,6 @@ module Bundler
def run
validate_cmd!
SharedHelpers.set_bundle_environment
-
- # setting the gemfile if mentioned
SharedHelpers.custom_gemfile(@options[:gemfile]) unless @options[:gemfile].nil?
if bin_path = Bundler.which(cmd)