Skip to content

Commit 41973ff

Browse files
committed
[Setup] Say what version of Bundler has been installed
1 parent 240b798 commit 41973ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rubygems/commands/setup_command.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ def install_default_bundler_gem
370370

371371
mkdir_p bundler_spec.bin_dir
372372
bundler_spec.executables.each {|e| cp File.join("bundler", bundler_spec.bindir, e), File.join(bundler_spec.bin_dir, e) }
373+
374+
say "Bundler #{bundler_spec.version} installed"
373375
end
374376

375377
def make_destination_dirs(install_destdir)

0 commit comments

Comments
 (0)