[email protected] wrote: > From: Tomas Sedovic <[email protected]> > > It doesn't get installed automatically by anything else we use. This > makes sure that `rake gems:install` installs it with the rest. > --- > 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 7863031..8d3e665 100644 > --- a/src/config/environment.rb > +++ b/src/config/environment.rb > @@ -51,6 +51,7 @@ Rails::Initializer.run do |config| > config.gem "gnuplot" > config.gem "scruffy" > config.gem "compass", :version => ">= 0.10.2" > + config.gem "builder", :version => ">= 2.0.0" > > config.active_record.observers = :instance_observer, :task_observer > # Only load the plugins named here, in the order given. By default, all > plugins > Don't forget to update the spec file to require this too -- or, if builder isn't in fedora, we need to update our list of 'rpms to build' to include this.
Scott _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
