[Rails] how to handle two different gem version using RVM

2013-09-02 Thread honey ruby
Hi Everyone, I have two projects one projects need gem version of 1.3.7 and another one 1.4.2 using RVM can we have two different gem versions. Thanks in advance -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from

Re: [Rails] how to handle two different gem version using RVM

2013-09-02 Thread Carlos Mathiasen
You can use gemset for that[0] [0] https://rvm.io/gemsets Matt's On Mon, Sep 2, 2013 at 10:34 AM, honey ruby emailtohoneyr...@gmail.comwrote: Hi Everyone, I have two projects one projects need gem version of 1.3.7 and another one 1.4.2 using RVM can we have two different gem versions.

Re: [Rails] how to handle two different gem version using RVM

2013-09-02 Thread Colin Law
On 2 September 2013 15:36, Carlos Mathiasen gunmath...@gmail.com wrote: You can use gemset for that[0] [0] https://rvm.io/gemsets Alternatively if you specify the version you want in Gemfile and then run bundle install it will use that version for that application. Repeat for the other

Re: [Rails] how to handle two different gem version using RVM

2013-09-02 Thread Dave Aronson
On Mon, Sep 2, 2013 at 10:34 AM, honey ruby emailtohoneyr...@gmail.com wrote: I have two projects one projects need gem version of 1.3.7 and another one 1.4.2 using RVM can we have two different gem versions. Also consider vendoring your gems. I'm not sure how to migrate an extant project to

Re: [Rails] how to handle two different gem version using RVM

2013-09-02 Thread Jordon Bedwell
On Mon, Sep 2, 2013 at 10:23 AM, Dave Aronson googlegroups2d...@davearonson.com wrote: On Mon, Sep 2, 2013 at 10:34 AM, honey ruby emailtohoneyr...@gmail.com wrote: I have two projects one projects need gem version of 1.3.7 and another one 1.4.2 using RVM can we have two different gem