Skip to content
Snippets Groups Projects
Commit 43d33d5d authored by Axel von Arnim's avatar Axel von Arnim
Browse files

Merged in NRRPLT-6586_ruby (pull request #2)


[NRRPLT-6586] Install complete ruby

Approved-by: default avatarClaudio Sousa <claudio.sousa@gmail.com>
parent aca960fb
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ pipelines:
script: # Modify the commands below to build your repository.
# Install Ruby dependencies with Bundler
- sudo apt-get update && sudo apt-get install -y ruby gem libxcomposite-dev libxcursor-dev
- sudo apt-get update && sudo apt-get install -y ruby-all-dev gem ruby-bundler ruby-ffi
- if [ -f Gemfile ]; then ruby -v && gem -v && gem install --user-install --no-ri --no-rdoc bundler && bundle install; fi
# Install npm packages
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment