Skip to content

Commit

Permalink
add rvm usage
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 17, 2019
1 parent 286a7fd commit 5aeba8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aemdesign-testing/asciidoctor-convert-reports
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ function printConfig() {

function installDependencies() {

rvm install 2.6
rvm use 2.6 --default

local LOCAL_GEM_USER_PATH=$(ruby -e 'puts Gem.user_dir')
if [[ -z $LOCAL_GEM_USER_PATH ]]; then
local GEM_INSTALL=$(gem install bundler --user-install)
Expand Down

0 comments on commit 5aeba8c

Please sign in to comment.