From: "J. V." Date: 2013-06-06T03:38:36+09:00 Subject: How to install money gem? We have a production server running Ruby 1.9.1. It runs and works (CentOS). I am attempting to get Apache/Ruby running on my Ubuntu box. I have installed Ruby 1.9.1 just as the production server. I listed out the gems on the production server and put them into a script. When I run: gem install money I get: ERROR: Error installing money: money requires Ruby version >= 1.9.2. Because the production server is 1.9.1, I simply want to mirror that for the moment. How did the production server with Ruby 1.9.1 get the money gem in the first place given the error above? How do I install the money gem on my local Ubuntu box running the exact same version of Ruby 1.9.1. $ruby -v ruby 1.9.1p431 (2011-02-18 revision 30908) [x86_64-linux] ?? -- Posted via http://www.ruby-forum.com/.