interagent / pliny

An opinionated toolkit for writing excellent APIs in Ruby.
MIT License
802 stars 73 forks source link

Allow activesupport 5 or 6 #331

Closed stevenharman closed 4 years ago

stevenharman commented 4 years ago

We have a very minimal dependency on active support - limited to the inflection extensions in a generator, and some time extensions in a test. So it seems safe to continue allowing 5, while opening up 6. We'll lock out 7 because it doesn't exist, and we don't know what, if any, breaking changes it will bring.

stevenharman commented 4 years ago

make travis run the tests against both major versions of activesupport

Excellent idea. I will see get that added.