trying to update from gem 1.3.1 to 1.3.2. downloaded 1.3.2 to harddrive.
then entered "gem install 1.2.3" at the command line. I get the
following error
ERROR: could not find gem 1.3.2 locally or in a repository
where do I need to put the gem 1.3.2 file so that it can be found?
···
--
Posted via http://www.ruby-forum.com/.
Try gem update --system
This will update to the latest version of ruby gems.
-Jonathan Nielsen
Jonathan Nielsen wrote:
Try gem update --system
This will update to the latest version of ruby gems.
-Jonathan Nielsen
thanks for the quick reply. Here is what I got......
Updating RubyGems
Updating rubygems-update
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /Library/Ruby/Gems/1.8
directory.
Any ideas?
···
--
Posted via http://www.ruby-forum.com/\.