The jruby gem installer invokes the removed Gem.manage_gems function
--------------------------------------------------------------------
Key: BUILDR-342
URL: https://issues.apache.org/jira/browse/BUILDR-342
Project: Buildr
Issue Type: Bug
Components: JRuby
Affects Versions: 1.3.5
Environment: Any
Reporter: Rhett Sutphin
Gem.manage_gems has been deprecated for a while and was removed in rubygems
1.3.2. JRuby 1.3.1, which is required for rspec support in buildr 1.3.5, uses
rubygems 1.3.3. The automatic gem installer code in buildr/java/bdd.rb still
invokes Gem.manage_gems, which means it fails in buildr 1.3.5.
Workarounds: manually install any gems you need or use the monkey patch
associated with BUILDR-256.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.