graphiti-api / graphiti

Stylish Graph APIs
https://www.graphiti.dev/
MIT License
985 stars 141 forks source link

Missing dependency: jsonapi_swagger_helpers #5

Closed wadetandy closed 7 years ago

wadetandy commented 7 years ago

Tries to require the swagger helpers without either checking failing gracefully or having it as a dependency: https://github.com/jsonapi-suite/jsonapi_suite/blob/master/lib/jsonapi_suite.rb#L7

bastianlb commented 7 years ago

Getting this as well, in the new 0.5.2 release:

Using jsonapi_suite 0.5.2 (was 0.5.1)
Bundle updated!
➜ rails s                                                                                                                                
/usr/local/lib/ruby/gems/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `require': cannot load such file -- jsonapi_swagger_helpers (LoadError)

For now pinning to 0.5.1 fixed this.

richmolj commented 7 years ago

This is fixed in master, though I won't be able to push a new gem until later today.

In the meantime adding

gem "jsonapi_swagger_helpers" to your Gemfile should work.

richmolj commented 7 years ago

Fixed in 0.5.3