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 revision
Previous revision
Next revisionBoth sides next revision
gnu_linux:ruby:rvm [2016/05/10 12:04] – [Remove Unused] kolangnu_linux:ruby:rvm [2018/12/10 09:26] – Redmine: 2.1.10 -> 2.4.5 kolan
Line 44: Line 44:
   * %%rvm uninstall 1.8.7%% - uninstall Ruby-1.8.7 but keep sources;   * %%rvm uninstall 1.8.7%% - uninstall Ruby-1.8.7 but keep sources;
   * %%rvm remove 1.8.7%% - uninstall Ruby-1.8.7 with sources.   * %%rvm remove 1.8.7%% - uninstall Ruby-1.8.7 with sources.
-  * %%gem prestine charlock_holmes%% - removes charlock_holmes gem+  * %%gem pristine charlock_holmes%% - removes charlock_holmes gem
 ==== Useful Commands ==== ==== Useful Commands ====
  
Line 64: Line 64:
 rvm reload rvm reload
 rvm install 2.0.0 --autolibs=read-only # Gitorious only rvm install 2.0.0 --autolibs=read-only # Gitorious only
-rvm install 2.1.10 --autolibs=read-only # Redmine only+rvm install 2.4.--autolibs=read-only # Redmine only
 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.4.5@global --create --default # Redmine only
 gem uninstall bundler; gem install bundler -v '< 1.12' # Temporary workaround: 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