Skip to content

Instantly share code, notes, and snippets.

@cantin
Created December 10, 2012 06:49
Show Gist options
  • Save cantin/4248892 to your computer and use it in GitHub Desktop.
Save cantin/4248892 to your computer and use it in GitHub Desktop.
downgrade rubygem

Due to the rails2.x is not compatible wtih RubyGem > 1.6, need downgrade RubyGem if run rails2.x app

gem uninstall rubygems-update
gem install rubygems-update -v 1.4.2
update_rubygems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment