Actions
Bug #644
closedmissing gems in environment.rb
Description
As somone mentioned in Issue #542, some gems are not listed as dependencies and won't be installed by rake gems:install.
Please add these two lines to environment.rb
config.gem "json" config.gem "rest-client"
Files
Updated by Jochen Schalanda almost 14 years ago
- File 0001-Fixes-bug-644-Added-gem-dependencies-for-rest-client.patch 0001-Fixes-bug-644-Added-gem-dependencies-for-rest-client.patch added
Proposed patch for adding gem dependencies on rest-client
and json
. The dependency on libvirt
and virt
will be handled by the patch in bug #582.
Updated by Ohad Levy almost 14 years ago
- Status changed from New to Ready For Testing
- Assignee set to Jochen Schalanda
- Target version set to 0.2
- % Done changed from 0 to 100
Updated by Ohad Levy almost 14 years ago
- Status changed from Ready For Testing to Closed
Actions