Last active
August 29, 2015 14:07
-
-
Save paolodina/4bb527b8b2900d4d559b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rvm gemdir | |
/home/paolo/.rvm/gems/ruby-2.1.2@zalter | |
$ ls /home/paolo/.rvm/gems/ruby-2.1.2@zalter/gems/ | |
chunky_png-1.3.1 compass-import-once-1.0.5 normalize-scss-3.0.1 sass-3.4.5 | |
compass-1.0.1 ffi-1.9.6 rb-fsevent-0.9.4 susy-2.1.3 | |
compass-core-1.0.1 multi_json-1.10.1 rb-inotify-0.9.5 | |
$ rvm @zalter do gem uninstall normalize-scss | |
Successfully uninstalled normalize-scss-3.0.1 | |
$ ls /home/paolo/.rvm/gems/ruby-2.1.2@zalter/gems/ | |
chunky_png-1.3.1 compass-import-once-1.0.5 rb-fsevent-0.9.4 susy-2.1.3 | |
compass-1.0.1 ffi-1.9.6 rb-inotify-0.9.5 | |
compass-core-1.0.1 multi_json-1.10.1 sass-3.4.5 | |
$ rvm gemset install compass-normalize | |
Warning, new version of rvm available '1.25.33', you are using older version '1.25.27'. | |
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc | |
You can enable auto-update with: echo rvm_autoupdate_flag=2 >> ~/.rvmrc | |
installing gem compass-normalize --no-ri --no-rdoc. | |
$ ls /home/paolo/.rvm/gems/ruby-2.1.2@zalter/gems/ | |
chunky_png-1.3.1 compass-import-once-1.0.5 multi_json-1.10.1 sass-3.4.5 | |
compass-1.0.1 compass-normalize-1.5 rb-fsevent-0.9.4 susy-2.1.3 | |
compass-core-1.0.1 ffi-1.9.6 rb-inotify-0.9.5 | |
$ rvm reload | |
RVM reloaded! | |
$ rvm gemset install compass-normalizeWarning, new version of rvm available '1.25.33', you are using older version '1.25.27'. | |
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc | |
You can enable auto-update with: echo rvm_autoupdate_flag=2 >> ~/.rvmrc | |
gem compass-normalize is already installed | |
$ rvm @zalter do gem uninstall compass-normalize | |
Successfully uninstalled compass-normalize-1.5 | |
paolo@tk:~/devel/lavoro/zalter/project$ rvm gemset install compass-normalizeWarning, new version of rvm available '1.25.33', you are using older version '1.25.27'. | |
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc | |
You can enable auto-update with: echo rvm_autoupdate_flag=2 >> ~/.rvmrc | |
installing gem compass-normalize --no-ri --no-rdoc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment