backbone.ws

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
gnu_linux:ruby:rvm [2016/05/10 11:35] – [Typical Scanarios] kolangnu_linux:ruby:rvm [2016/05/10 11:40] – Temporary workaround for ThreadError kolan
Line 67: Line 67:
 rvm use 2.0.0@global --create --default # Gitorious only rvm use 2.0.0@global --create --default # Gitorious only
 rvm use 2.1.10@global --create --default # Redmine only rvm use 2.1.10@global --create --default # Redmine only
-gem install bundler -v '< 1.12' # 1.12.3 requires to unlock nproc limits protection+gem uninstall bundler; gem install bundler -v '< 1.12' # Temporary workaround: 1.12.3 requires to unlock nproc limits protection
 rvm wrapper default --no-prefix ; rvm wrapper default --no-prefix bundle # updates symlinks in ~/.rvm/bin rvm wrapper default --no-prefix ; rvm wrapper default --no-prefix bundle # updates symlinks in ~/.rvm/bin
 gem install unicorn # Gitorious only gem install unicorn # Gitorious only