When changing into Rails folder, have rvm pick ruby and gemset?

后端 未结 7 591
情话喂你
情话喂你 2020-12-28 13:21

For my different Rails folders, I would like to have rvm automatically load the correct gemset when running anything from \'bundle install\' to doing my \'autotest\' or rail

相关标签:
7条回答
  • 2020-12-28 14:03

    You can also use this in Gemfile

    ruby '2.2.0'
    ruby-gemset=significa
    

    This way rvm will automatically pick the configured version

    0 讨论(0)
提交回复
热议问题