noosfero | 2 new commits pushed to repository

Bráulio Bhavamitra gitlab at gitlab.com
Sun Feb 22 20:52:40 BRT 2015


Bráulio Bhavamitra pushed to refs/heads/master at <a href="https://gitlab.com/noosfero/noosfero">Noosfero / noosfero</a>

Commits:
<a href="https://gitlab.com/noosfero/noosfero/commit/52bb8ba394ad02ae3da4960998517347d5d35142">52bb8ba3</a> by Rodrigo Souto
Gemfile: allow custom dependencies to be loaded through Gemfile

- - - - -
<a href="https://gitlab.com/noosfero/noosfero/commit/a02ded99ad2e46f68c1d24357dd7a4855fbf6056">a02ded99</a> by Bráulio Bhavamitra
Merge branch 'deploy-gemfile' into 'master'

Load custom dependencies through Gemfile

This allows custom dependencies to be loaded through the Gemfile.

See merge request !472

- - - - -


Changes:

=====================================
Gemfile
=====================================
--- a/Gemfile
+++ b/Gemfile
@@ -41,9 +41,12 @@ group :cucumber do
   gem 'selenium-webdriver',     '~> 2.39.0'
 end
 
+# Requires custom dependencies
+eval(File.read('config/Gemfile'), binding) rescue nil
+
 # include gemfiles from enabled plugins
 # plugins in baseplugins/ are not included on purpose. They should not have any
 # dependencies.
 Dir.glob('config/plugins/*/Gemfile').each do |gemfile|
   eval File.read(gemfile)
-end
+end
\ No newline at end of file

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150222/a06c4e86/attachment-0001.html>


More information about the Noosfero-dev mailing list