This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145771 - Bogus old RubyGems version warning
Summary: Bogus old RubyGems version warning
Status: RESOLVED DUPLICATE of bug 182168
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-01 09:51 UTC by Erno Mononen
Modified: 2010-03-26 14:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erno Mononen 2008-09-01 09:51:43 UTC
Steps:

1. have a (mri) ruby installation with an old version of rubygems (1.1.1 in my case)
2. open the gem manager => a warning is correctly displayed: "old version detected 1.1.1"
3. update rubygems from the command line to the latest version (1.2.0). gem -v from the command line shows 1.2.0
4. reload gems => the warning is still displayed, claiming the version to be 1.1.1 still
5. restart the IDE => the same warning is still displayd

Only deleting the userdir seems to help.
Comment 1 Martin Krauskopf 2008-09-04 10:12:26 UTC
Thanks for the catch. Try to look at it into 6.5.
Comment 2 Erno Mononen 2010-03-26 14:11:40 UTC
The root cause is basically the same as in #182168, i.e. caching of platform info. Removing and re-adding the platform should help as a workaround.

*** This bug has been marked as a duplicate of bug 182168 ***