I have a application I am trying to host on the cloudcontrol server, but the issue is I need the gem -v
to be 1.3.7
.
I have tired:
cctrlapp APPNAME/default run "gem install rubygems-update -v 1.3.7
cctrlapp APPNAME/default run "gem update --system 1.3.7
But after all this on running cctrlapp APPNAME/default run "gem -v
I get 1.8.24
.
So my question is, how do I downgrade my gem version?