mavenlink / brainstem

The Brainstem gem provides a framework for converting ActiveRecord objects into a great JSON API. Brainstem Presenters allow easy application of user-requested sorts, filters, and association loads, allowing for simpler implementations, fewer requests, and smaller responses.
MIT License
203 stars 14 forks source link

Bundler should work with a variety of ruby version #84

Closed juanca closed 7 years ago

juanca commented 8 years ago

https://github.com/mavenlink/brainstem/pull/82#issuecomment-248426196

and

https://github.com/bundler/bundler/issues/4960

Seems like the gem dependencies are not being resolved correctly. Once bundler gets some fix in, this should autofix itself here.

ahuth commented 7 years ago

@juanca, is this addressed in #89 ?

juanca commented 7 years ago

Uh, lemme check.

juanca commented 7 years ago

Well, nothing seems to have happen on the bundler side.

But our spec suite is green across our supported ruby version.

So I would say so.