From 629bcf2cb75db3ec4dede0469a31dab449880a66 Mon Sep 17 00:00:00 2001 From: Zachary Knight Date: Mon, 10 Jun 2019 14:01:12 -0400 Subject: change run.sh --- run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/run.sh b/run.sh index 1007471..8908c80 100755 --- a/run.sh +++ b/run.sh @@ -103,10 +103,6 @@ case "$COMMAND" in # Before running license_finder, we need to install dependencies for the project. if test -f Gemfile ; then if test -n "$rvm_recommended_ruby" ; then - # Install the Ruby version RVM found in the project files - # This always end in the cryptic "bash: Searching: command not found" error but Ruby is installed - # So we ignore the error. - $($rvm_recommended_ruby) 2>/dev/null || true rvm use . gem install bundler # We need to install the license_finder gem into this Ruby version too. -- cgit v1.2.3