westfieldlabs / apivore

Tests your rails API against its Swagger description of end-points, models, and query parameters.
Apache License 2.0
213 stars 66 forks source link

Support for Rails 5 #79

Closed ekalinichev closed 7 years ago

ekalinichev commented 8 years ago

Rails 5 is about to be released, and Apivore has actionpack and activesupport dependencies set to "~> 4", which doesn't allow to use it with apps that are based on Rails 5 beta.

Suggestion is to create "rails5" branch where dependency versions would be set to ">= 4", "< 6" and if Rails 5 users will report errors, fix them in this branch. When Rails 5 gets out of beta, merge this branch to develop.

Other approach would be just change versions in develop, since developers not using Rails 5 beta won't be affected by any related bugs anyway, and developers using beta versions probably know what they are doing.