bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

upgrade grape to 0.12.0 #221

Closed alexmamonchik closed 7 years ago

alexmamonchik commented 9 years ago

I use napa in my project and I have bug https://github.com/intridea/grape/issues/888. I want to get fixes for this bug in recent grape.

shaqq commented 9 years ago

@alexmamonchik this should have solved your issue:

https://github.com/bellycard/napa/issues/205

you'll need to add the gem hashie-forbidden_attributes to your grape app

alexmamonchik commented 9 years ago

@shaqq thanks, I'll review. What about current pull request? Good to use newest gems if they don't break anything.

shaqq commented 9 years ago

@alexmamonchik it might break things we're not aware of. I know we've wanted to bump some gems for a while, but we should also be very careful when we do it.