Skip to content

Commit 8cc265e

Browse files
committed
more logging
1 parent c4c69e1 commit 8cc265e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ndr_dev_support/capistrano/install_ruby.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
";
5353
{ kill % && wait; } 2> /dev/null;
5454
set -e;
55+
echo Running RBENV_VERSION=#{version} gem list --exact --installed bundler;
56+
RBENV_VERSION=#{version} gem list --exact --installed bundler;
5557
if [ "`RBENV_VERSION=#{version} gem list --exact --installed bundler`" == "true" ]; then
5658
echo 'Please ignore the following error above:';
5759
echo '> ERROR: While executing gem ... (URI::InvalidURIError)';

0 commit comments

Comments
 (0)