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

Leandro Nunes leandronunes at gmail.com
Mon Jul 20 21:55:43 BRT 2015


Hi Terceiro,

I asked the package's author for a new release.
Without this fix the tests are breaking.
I think we have two options:
   - Make a monkey patch: We could forget to remove all the code related
with the correction
   - Refer the commit like I did: Is more easy to fix the code after the
package update

What is the way we have to follow?

Thanks

Em 20/07/2015 15:27, "Antonio Terceiro" <terceiro at colivre.coop.br> escreveu:

> On Mon, Jul 20, 2015 at 05:13:18PM +0000, Leandro Nunes wrote:
> > =====================================
> > 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'
>
> This breaks my packaging work. If there is a serious issue, please ask
> upstream to make a new release, and require that.
>
> Please revert.
>
> --
> Antonio Terceiro <terceiro at colivre.coop.br>
> Colivre - Cooperativa de Tecnologias Livres
> http://www.colivre.coop.br/
>
>
>
> _______________________________________________
> Noosfero-dev mailing list
> Noosfero-dev at listas.softwarelivre.org
> http://listas.softwarelivre.org/cgi-bin/mailman/listinfo/noosfero-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150720/fa6b3484/attachment.html>


More information about the Noosfero-dev mailing list