On Tue, 2010-06-01 at 19:36 +0200, [email protected] wrote: > From: Jan Provaznik <[email protected]> > > --- > src/config/environment.rb | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/src/config/environment.rb b/src/config/environment.rb > index 1721126..1a6ab5f 100644 > --- a/src/config/environment.rb > +++ b/src/config/environment.rb > @@ -46,6 +46,7 @@ Rails::Initializer.run do |config| > config.gem "deltacloud-client", :lib => "deltacloud" > config.gem "haml" > config.gem "will_paginate" > + config.gem "nokogiri" > > config.active_record.observers = :instance_observer, :task_observer > # Only load the plugins named here, in the order given. By default, all > plugins
As I said in the other reply, this one should be first, as it is required for the current first patch to work, but also, the dep needs to be added to our spec file as part of this patch _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
