Update rails to a specific version

Viewed 12833

How can I update Rails to a specific version? I have Rails 3.2.2 on my local machine, but I need to update to version 3.2.3.

If I execute gem update rails, it will update to version 3.2.6, which is the latest.

How can I do this?

1 Answers
Related