How do I specify for what version of ruby I would like to install a gem in?
feedback
|
|
Are you using RVM? If so, just go to you ruby:
then do
| |||
|
feedback
|
|
You need to use RVM (http://rvm.beginrescueend.com/), that way you can manage what gems are installed for what ruby/rails. | |||
|
feedback
|
|
Are you not using RVM?
The gem will be installed only for Ruby 1.9.2 | |||||
feedback
|