jayfajardo / openlibrary

Ruby Interface for the OpenLibrary API
94 stars 36 forks source link

Uninitialized constant Openlibrary::Client #27

Closed jedrekdomanski closed 7 years ago

jedrekdomanski commented 7 years ago

I am using Rails 5, ruby 2.3.0 and getting this error:

uninitialized constant Openlibrary::Client

jedrekdomanski commented 7 years ago

It looks like there is no way you can use rails 5 and open library ~> 2.1 because open library in 2.1 version says it needs active support 4 Which you cannot have with rails 5