venuu / jsonapi-authorization

Authorization for JSONAPI::Resource
http://www.rubydoc.info/github/venuu/jsonapi-authorization
MIT License
132 stars 59 forks source link

Downgrade sqlite #115

Closed Matthijsy closed 5 years ago

Matthijsy commented 5 years ago

Try to fix travis by downgrading sqlite. It gives an error in travis that SQLite 1.3.6 cannot be actived, but that 1.4.0 is already activated. So I quess that downgrading it to 1.3.6 will fix it.

Travis error: can't activate sqlite3 (~> 1.3.6), already activated sqlite3-1.4.0.

Fixes #114

valscion commented 5 years ago

Cool, thanks a lot!