We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c69e1 commit 8cc265eCopy full SHA for 8cc265e
lib/ndr_dev_support/capistrano/install_ruby.rb
@@ -52,6 +52,8 @@
52
";
53
{ kill % && wait; } 2> /dev/null;
54
set -e;
55
+echo Running RBENV_VERSION=#{version} gem list --exact --installed bundler;
56
+RBENV_VERSION=#{version} gem list --exact --installed bundler;
57
if [ "`RBENV_VERSION=#{version} gem list --exact --installed bundler`" == "true" ]; then
58
echo 'Please ignore the following error above:';
59
echo '> ERROR: While executing gem ... (URI::InvalidURIError)';
0 commit comments