sosedoff / goodreads

Goodreads API wrapper

Home Page:https://www.goodreads.com/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails 4.0.0?

conniec opened this issue · comments

Hi, it looks like rails 4 requires activesupport ~> 4, but this gem depends on 3. Is there anything I can do to resolve this? Thank you.

Actually it seems to work for me with just changing gemspec to use ~>4 activesupport.

Hm, i might do requirement >=3.0 in gemspec to fix this.

Thanks, I will try that and report back

I think that worked for me, thanks for your help!