Hi, When I did a gem -v, it showed me the version as 1.0.1. I want to downgrade this to version 0.9.0. How can I do this? Thanks a lot -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
If don''t mind me asking, is there a specific reason to downgrade
rubygems?
Not sure if there is failproof way of downgrading rubygems. If downgrade
rubygems, you current gems might stop working.
You can manually overwrite the current gem installation tho''
Download rubygems 0.9.0
http://rubyforge.org/frs/download.php/11289/rubygems-0.9.0.tgz
tar -xvf rubygems-0.9.0.tgz
cd rubygems
sudo ruby setup.rb
Leopard:rubygems-0.9.0 gg$ gem env
Rubygems Environment:
- VERSION: 0.9.0 (0.9.0)
- INSTALLATION DIRECTORY: /Library/Ruby/Gems
- GEM PATH:
- /Library/Ruby/Gems
- REMOTE SOURCES:
- http://gems.rubyforge.org
Cheers,
Ganesh Gunasegaran
SageWork(http://sagework.com) Simplify IT
On Fri, Jul 25, 2008 at 2:37 PM, Swamy Gee
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:
>
> Hi,
> When I did a gem -v, it showed me the version as 1.0.1. I want to
> downgrade this to version 0.9.0. How can I do this?
> Thanks a lot
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
The code that i''m working on uses the ''require_gem'' method to load gems. But since this method has been deprecated since 0.9.1 , the code throws an error wherever ''require_gem'' is used. I dont want to change the code, so thats why I wanted to downgrade rubygem. Thanks for your reply. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---