mcordell / grape_token_auth

Token auth for grape apps
MIT License
52 stars 19 forks source link

Bump min grape dependency to 0.13 #18

Closed frobichaud closed 8 years ago

mcordell commented 8 years ago

Is there something in grape_token_auth that relies on >0.13.0? I had failing tests up til 0.12.0.

frobichaud commented 8 years ago

Goes with #17

We're having issues with the changes to Rack::Session in grape if we stick to 0.12

mcordell commented 8 years ago

Ok, instead of bumping to 13 can you just change it to a looser dependency of '> 0.12.0' rather than '~> 0.12.0'.