My project has a .rvmrc file with the following: rvm 1.9.2-p180@project _name . However, I just upgraded my Ruby 1.9.2 to the latest fix level (1.9.2-p290). Is there a way to transfer gems in gemset project_name to 1.9.2-p290?
rvm 1.9.2-p180@project _name
Link: http://ruby.about.com/od/rubyversionmanager/ss/Upgrading-To-1-9-2-Using-Rvm_6.htm
Alternatively, your gemsets can be migrated (or migrated) from one version of Ruby to another. Remember that migrate moves the gemset without leaving a copy behind. But if you want to do it this way, you can run the following command.
rvm migrate 1.9.2-p180@project _name 1.9.2-p290@project _name
You can copy gemsets with the following command:
rvm gemset copy 1.9.2-p180@project _name 1.9.2-p290@project _name
Source: https://habr.com/ru/post/893410/More articles:Why can't the GC understand this? - garbage-collectionOrdering ornaments in an ornamental pattern - c ++Topic creation area and garbage collector - garbage-collectionIs it possible to enable bash_completion for :! or: r! in vim? - vimJavaScript validation date - javascriptjavax.mail.AuthenticationFailedException: 535 5.0.0 Authentication Error - javaDoes PDF :: API2 support reading PDF 1.5+ with compressed XRef? - perlBest HTML web editors like ckeditor, niceedit, tinymce? - text-editorlead to simple code when variables are not initialized - delphiSmarty - adding a variable - phpAll Articles