I'm working with an older system, (jruby 1.6.8, rails 2.3.5, tomcat 7, centos 7, java 1.7), and I need to downgrade rubygems from 1.8.24 to 1.4.2. I don't know java/jruby well enough to know how exactly to do this. My development environment I was able to accomplish this with:
gem update --system 1.4.2
But no idea how that is done after you build a war file. I'm using warbler (0.9.14) to build the war file.
Any thoughts would be very appreciated.