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 121769

Summary: Replace require_gem with gem in bundled Depot Sample Application
Product: ruby Reporter: William Leonard <bleonard>
Component: CodeAssignee: John Jullion-ceccarelli <johnjullion>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: gchaps, johnjullion
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description William Leonard 2007-11-12 21:51:32 UTC
Running the bundled Depot Sample Application causes the following warning:

C:0:Warning: require_gem is obsolete.  Use gem instead.

We should update boot.rb to replace both instances of require_gem with gem.
Comment 1 John Jullion-ceccarelli 2007-11-13 07:51:12 UTC
Since this code doesn't come from us, we'd need to ask the Pragmatic Programmers for permission to change it, I think.
Definitely too late for 60.
Comment 2 Martin Krauskopf 2008-02-14 12:46:05 UTC
Was fixed in issue 125507.

*** This issue has been marked as a duplicate of 125507 ***