backbone.ws

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
gnu_linux:ruby:rvm [2021/09/19 16:27] – [Typical Scanarios] kolangnu_linux:ruby:rvm [2022/01/28 20:21] – [Typical Scanarios] kolan
Line 65: Line 65:
 source ~/.rvm/scripts/rvm source ~/.rvm/scripts/rvm
 rvm reload rvm reload
-rvm install 2.4.10 --autolibs=read-only # Redmine only +rvm install 2.6.--autolibs=read-only # Redmine only 
-rvm use 2.4.10@global --create --default # Redmine only+rvm use 2.6.9@global --create --default # Redmine only
 gem uninstall bundler; gem install bundler # Temporary workaround: 1.12.3 requires to unlock nproc limits protection gem uninstall bundler; gem install bundler # Temporary workaround: 1.12.3 requires to unlock nproc limits protection
 rvm wrapper regenerate bundle # updates symlinks in ~/.rvm/bin rvm wrapper regenerate bundle # updates symlinks in ~/.rvm/bin
 cd redmine cd redmine
 +rm Gemfile.lock
 bundle update bundle update
 bundle install --no-deployment --without development test # Redmine only bundle install --no-deployment --without development test # Redmine only
 +paxctl -c `which ruby` # Hardened Gentoo only
 paxctl -m `which ruby` # Hardened Gentoo only paxctl -m `which ruby` # Hardened Gentoo only
 </code> </code>