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 - Replace require_gem with gem in bundled Depot Sample Application
Summary: Replace require_gem with gem in bundled Depot Sample Application
Status: RESOLVED DUPLICATE of bug 125507
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Jullion-ceccarelli
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-12 21:51 UTC by William Leonard
Modified: 2008-02-14 12:46 UTC (History)
2 users (show)

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 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 ***