Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 326 Bytes

rvm.md

File metadata and controls

24 lines (13 loc) · 326 Bytes

specific rvm exec

rvm ruby-2.2.3@someproject exec bundle exec rspec spec

Upgrade rvm & reload list of availible rubies

 rvm get stable

install ruby

 rvm install ruby-2.1.0

gemset & ruby version

# ./.ruby-version
2.1

# ./.ruby-gemset
my_app_gemset_name