[Git][noosfero/noosfero][api] Define specific grape logging version to avoid undefined method "downcase"

Leandro Nunes gitlab at gitlab.com
Mon Jul 20 14:13:18 BRT 2015


Leandro Nunes pushed to branch api at Noosfero / noosfero


Commits:
95efd89f by Leandro Nunes dos Santos at 2015-07-20T14:13:00Z
Define specific grape logging version to avoid undefined method "downcase"

- - - - -


1 changed file:

- Gemfile


Changes:

=====================================
Gemfile
=====================================
--- a/Gemfile
+++ b/Gemfile
@@ -23,7 +23,9 @@ gem 'eita-jrails', '~> 0.9.5', require: 'jrails'
 # API dependencies
 gem 'grape',                    '~> 0.12'
 gem 'grape-entity'
-gem 'grape_logging'
+#FIXME Get the Grape Loggin from master yo solve this issue https://github.com/intridea/grape/issues/1059
+#We have to remove this commit referenve code when update the next release of grape_logging. Actualy we are using (1.1.2)
+gem 'grape_logging', :git => 'https://github.com/aceunreal/grape_logging.git', :ref => '100091b'
 gem 'rack-cors'
 gem 'rack-contrib'
 



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/95efd89f36ff0a5c14ebe94232cac43e871ae835
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150720/68f3216f/attachment.html>


More information about the Noosfero-dev mailing list